We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c589f94 commit 37c70aeCopy full SHA for 37c70ae
.github/workflows/action-test.yml
@@ -16,7 +16,7 @@
16
---
17
name: Action Test
18
19
-on: [push, pull_request] # yamllint disable-line rule:truthy
+on: [push, pull_request, workflow_dispatch] # yamllint disable-line rule:truthy
20
21
jobs:
22
build:
0 commit comments