We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7711245 commit c70f300Copy full SHA for c70f300
1 file changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ concurrency:
4
group: ${{ github.workflow }}-${{ github.ref }}
5
cancel-in-progress: true
6
7
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
8
9
defaults:
10
run:
0 commit comments