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 da0948c commit 1203096Copy full SHA for 1203096
.github/workflows/main.yml
@@ -5,6 +5,7 @@ on:
5
branches: ["*"] # Runs on any branch push
6
pull_request:
7
branches: [master] # Runs on PRs to master
8
+ workflow_dispatch:
9
10
jobs:
11
build:
0 commit comments