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
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
- 'release/**'
|
||||
branches:
|
||||
- 'develop'
|
||||
pull_request:
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in a new issue