diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a055c33..5e21c51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,9 @@ name: Build on: push: - branches-ignore: [main] + tags: [v*] + pull_request: + branches: [main] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}