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 03f22ec commit 791a9f6Copy full SHA for 791a9f6
1 file changed
.github/workflows/test.yml
@@ -1,5 +1,9 @@
1
name: Test
2
-on: [push]
+on:
3
+ push:
4
+ branches: [ $default-branch ]
5
+ pull_request:
6
+ workflow_dispatch:
7
jobs:
8
test:
9
0 commit comments