Skip to content

Commit

Permalink
add workflow_dispatch trigger for release_drafter (#495)
Browse files Browse the repository at this point in the history
Add a workflow dispatch trigger for release_drafter, so we can manually retrigger
  • Loading branch information
benfred authored May 16, 2022
1 parent 6913531 commit 1ca4e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
update_release_draft:
Expand Down

0 comments on commit 1ca4e7f

Please sign in to comment.