We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7013dd3 commit 54552a0Copy full SHA for 54552a0
1 file changed
.github/workflows/ci.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
branches:
6
- '**'
7
+ workflow_dispatch:
8
+ inputs:
9
+ name:
10
+ description: "Manual trigger"
11
12
jobs:
13
build:
0 commit comments