actions(tests): only run once for pull requests
This commit is contained in:
parent
c49e8b1a07
commit
7dacf90718
|
@ -1,9 +1,8 @@
|
|||
name: Run Tests
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
- 'release/**'
|
||||
branches:
|
||||
- 'develop'
|
||||
pull_request:
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in New Issue