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