Skip to content

Commit c8ef07a

Browse files
authored
Merge pull request #2699 from bagerard/allow_workflow_dispatch_as_trigger
allow_workflow_dispatch as trigger
2 parents 4bb8678 + 4f21c35 commit c8ef07a

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)