💚 Only test on push when on master, avoid duplicate CI runs from PRs (#358)
This commit is contained in:
parent
bfb7afb6eb
commit
33ef692d17
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -2,6 +2,8 @@ name: Test
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
|
|
Loading…
Reference in a new issue