diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index deaaf3974..ade4ecbc3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,8 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master, feat/hyrbidse-zetasql] + tags: + - v* pull_request: # Allows you to run this workflow manually from the Actions tab