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