diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index ca694ecfe..731ada5f3 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -4,9 +4,9 @@ on: push: branches: - 'main' - tags: # run on any tag that starts with `v.` but not tags that end with `-downstream` - - 'v.**' - - '!v.**-downstream' + tags: # run on any tag that starts with `v` but not tags that end with `-downstream` + - 'v**' + - '!v**-downstream' jobs: build-and-publish: