diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc0cebe..4ae1897 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: tag_and_publish: runs-on: ubuntu-latest + if: github.head_ref == 'master' || github.head_ref == 'dev' needs: test permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing