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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue