ci: avoid triggering automated tests on push events
This commit is contained in:
parent
d2892d29a9
commit
08a63e2aa2
3
.github/workflows/automated-tests.yml
vendored
3
.github/workflows/automated-tests.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user