From 16f95110b6ee2e33a6e981cb1f2fd0a523e7dc3f Mon Sep 17 00:00:00 2001 From: Matthias Veit Date: Tue, 14 May 2024 09:03:10 +0200 Subject: [PATCH] fix publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3826b42..53f529f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: packages_dir: ./dist/ - name: Trigger workflow in fixinventory repo - if: ${{ github.actor != 'someci' }} + if: github.ref_type == 'tag' && github.actor != 'someci' env: GITHUB_TOKEN: ${{ secrets.SOME_CI_PAT }} run: |