diff --git a/source_gen/source_gen/.github/workflows/publish.yaml b/source_gen/source_gen/.github/workflows/publish.yaml index fcb7ccb89..91f6a69c4 100644 --- a/source_gen/source_gen/.github/workflows/publish.yaml +++ b/source_gen/source_gen/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] push: - tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ] + tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ] jobs: publish: