From 68fbdc49a3498dcce20628f062e79680a6bb9ce6 Mon Sep 17 00:00:00 2001 From: Luca Beurer-Kellner Date: Tue, 11 Mar 2025 14:43:37 +0100 Subject: [PATCH] fix trigger --- .github/workflows/publish-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 47d5f49..6035183 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -17,7 +17,7 @@ jobs: build-explorer-local-images: runs-on: ubuntu-latest # check that this is a tag or the 'main' branch but not a pull request - if: ${{ github.event.workflow_run.conclusion == 'success' && (github.ref_type == 'tag' || github.ref == 'refs/heads/ghcr') }} + # if: ${{ github.event.workflow_run.conclusion == 'success' && (github.ref_type == 'tag' || github.ref == 'refs/heads/main') }} steps: - name: Checkout Code