ci: run tests only for pull requests
This commit is contained in:
parent
abcddfe090
commit
89be0943e1
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -1,7 +1,6 @@
|
|||
name: "Test"
|
||||
name: Test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
tests:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue