From 983553e97a334f61c2ba5eaf04ae373422e820ed Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 24 Oct 2024 11:56:00 +0200 Subject: [PATCH] fix: locked tag and publish to master and dev --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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