We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07caa0f + cfcff89 commit 13ee335Copy full SHA for 13ee335
.github/workflows/update-release-branch.yml
@@ -7,6 +7,7 @@ on:
7
# curl -H "Authorization: Bearer <token>" -X POST https://api.github.com/repos/github/codeql-action/dispatches -d '{"event_type":"update-release-branch"}'
8
# Replace <token> with a personal access token from this page: https://github.com/settings/tokens
9
types: [update-release-branch]
10
+ workflow_dispatch:
11
12
jobs:
13
update:
0 commit comments