From 762127da0b2745f84bd5357cf10d80e5a305133b Mon Sep 17 00:00:00 2001 From: Tom Foster Date: Wed, 24 Apr 2024 00:59:46 +0100 Subject: [PATCH] Don't try to publish for PRs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4cdbf40..af40a654 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,6 +163,7 @@ jobs: name: Publish Docker manifests runs-on: ubuntu-latest needs: build + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' steps: - name: Download artifacts uses: actions/download-artifact@v4