diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 166ea9cde..ee3284287 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -2,7 +2,8 @@ name: Release artifacts on: push: - tags: ["*"] + branches: ["main"] + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}