We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f86475 commit 3ec477cCopy full SHA for 3ec477c
1 file changed
.github/workflows/test.yml
@@ -1,5 +1,11 @@
1
name: Test
2
-on: [push]
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ pull_request:
7
8
9
jobs:
10
test:
11
runs-on: ubuntu-latest
0 commit comments