We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c575bb6 commit aaffca6Copy full SHA for aaffca6
.github/workflows/test.yml
@@ -1,6 +1,8 @@
1
name: Test
2
3
-on: [push]
+on:
4
+ push:
5
+ workflow_dispatch:
6
7
jobs:
8
test:
0 commit comments