Skip to content

Commit 1891995

Browse files
committed
Enable workflow_dispatch option in Actions workflow
1 parent 229100a commit 1891995

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- "*"
9+
# Allows you to run this workflow manually from the Actions tab
10+
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
11+
workflow_dispatch:
912

1013
jobs:
1114
test:

0 commit comments

Comments
 (0)