Skip to content

Commit

Permalink
Remove unused repository_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Mar 24, 2022
1 parent b887a2c commit 2a7a517
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/update-release-branch.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Update release branch
on:
repository_dispatch:
# Example of how to trigger this:
# 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:
on: workflow_dispatch

jobs:
update:
Expand Down

0 comments on commit 2a7a517

Please sign in to comment.