diff --git a/.github/workflows/cz-bump-release.yaml b/.github/workflows/cz-bump-release.yaml index 745bbe8b..d0d3c913 100644 --- a/.github/workflows/cz-bump-release.yaml +++ b/.github/workflows/cz-bump-release.yaml @@ -3,7 +3,7 @@ name: Bump Version and Create Release on: push: branches: - - main + - master concurrency: group: tag-and-release-${{ github.ref }}