We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e8604 commit ab7ec0bCopy full SHA for ab7ec0b
.github/workflows/test.yml
@@ -1,5 +1,7 @@
1
name: Test
2
-on: [push]
+on:
3
+ pull_request:
4
+ push: { branches: master }
5
6
jobs:
7
test:
0 commit comments