Skip to content

Commit 4f21c35

Browse files
committed
allow_workflow_dispatch_as_trigger
1 parent 4bb8678 commit 4f21c35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
branches:
88
- master
9+
# Manual trigger from Action page
10+
workflow_dispatch:
911
# release tags
1012
create:
1113
tags:

0 commit comments

Comments
 (0)