diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 4abf56a0a..ef2e9818e 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -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: