ci: avoid triggering automated tests on push events

This commit is contained in:
Anton B 2023-03-29 10:36:18 -03:00
parent d2892d29a9
commit 08a63e2aa2

View File

@ -5,6 +5,9 @@ on:
- 'develop'
- 'v2.[5-9].x-release'
- 'v[3-9].*.x-release'
paths-ignore:
- 'docs/**'
- '**/*.md'
pull_request:
types: [opened, synchronize, reopened]
paths-ignore: