mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-02-08 12:04:40 -05:00
Don't try to publish for PRs
This commit is contained in:
parent
c068e55ffa
commit
762127da0b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue