diff --git a/.github/workflows/handleRelease.yml b/.github/workflows/handleRelease.yml index 5cfc7c50a..bc162819e 100644 --- a/.github/workflows/handleRelease.yml +++ b/.github/workflows/handleRelease.yml @@ -1,10 +1,12 @@ name: "Handle release" -# any branch is useful for testing before a PR is submitted + on: - workflow_run: - workflows: - - "Docker" + push: + tags: + - 'v*.*.*' + # allow manual triggering of the workflow + workflow_dispatch: permissions: contents: read