Skip to content

Commit cfcff89

Browse files
Merge pull request #101 from github/workflow_dispatch
Add workflow_dispatch event
2 parents 9da537e + 1aeb766 commit cfcff89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-release-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
# curl -H "Authorization: Bearer <token>" -X POST https://api.github.com/repos/github/codeql-action/dispatches -d '{"event_type":"update-release-branch"}'
88
# Replace <token> with a personal access token from this page: https://github.com/settings/tokens
99
types: [update-release-branch]
10+
workflow_dispatch:
1011

1112
jobs:
1213
update:

0 commit comments

Comments
 (0)