Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #101 from github/workflow_dispatch
Add workflow_dispatch event
Robert authored and GitHub committed Jul 7, 2020

Unverified

No user is associated with the committer email.
2 parents 9da537e + 1aeb766 commit cfcff89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-release-branch.yml
@@ -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"}'
# Replace <token> with a personal access token from this page: https://github.com/settings/tokens
types: [update-release-branch]
workflow_dispatch:

jobs:
update:

0 comments on commit cfcff89

Please sign in to comment.