Merge pull request #101 from github/workflow_dispatch
Add workflow_dispatch event
This commit is contained in:
commit
cfcff89771
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-release-branch.yml
vendored
1
.github/workflows/update-release-branch.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
||||||
# curl -H "Authorization: Bearer <token>" -X POST https://api.github.com/repos/github/codeql-action/dispatches -d '{"event_type":"update-release-branch"}'
|
# curl -H "Authorization: Bearer <token>" -X POST https://api.github.com/repos/github/codeql-action/dispatches -d '{"event_type":"update-release-branch"}'
|
||||||
# Replace <token> with a personal access token from this page: https://github.com/settings/tokens
|
# Replace <token> with a personal access token from this page: https://github.com/settings/tokens
|
||||||
types: [update-release-branch]
|
types: [update-release-branch]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue