diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e7e7940..801c0b10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: push: tags: # All tags - - '**' + - 'such-release-**' # Checks if any concurrent jobs is running for release CI and eventually cancel it. concurrency: