Skip to content

Commit

Permalink
allow to run release-drafter on workflow_dispatch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 4, 2022
1 parent b4e5d5a commit 4d6ca94
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 @@ -3,6 +3,7 @@ on:
push:
branches:
- master
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d6ca94

Please sign in to comment.