Don't try to publish for PRs

This commit is contained in:
Tom Foster 2024-04-24 00:59:46 +01:00 committed by GitHub
parent c068e55ffa
commit 762127da0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,6 +163,7 @@ jobs:
name: Publish Docker manifests name: Publish Docker manifests
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
steps: steps:
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4