We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db8dfe commit 779e4f5Copy full SHA for 779e4f5
.github/workflows/test.yaml
@@ -6,6 +6,8 @@ on:
6
pull_request:
7
branches:
8
- main
9
+ workflow_dispatch:
10
+ inputs: {}
11
12
concurrency:
13
# Cancel only on same PR number
0 commit comments