Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal committed Dec 23, 2022
1 parent cfdda96 commit b44598f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
push:
branches:
- master
# Allow to be run manually
workflow_dispatch:
# Prepare the new "next release" once a release is created
release:

# Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases
concurrency: "release-drafter"

jobs:
update_release_draft:
Expand Down

0 comments on commit b44598f

Please sign in to comment.