actions(tests): only run once for pull requests
This commit is contained in:
parent
c49e8b1a07
commit
7dacf90718
1 changed files with 2 additions and 3 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -1,9 +1,8 @@
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches:
|
||||||
- master
|
- 'develop'
|
||||||
- 'release/**'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|
Loading…
Reference in a new issue