fix: change new workflow

This commit is contained in:
bfahrenfort 2024-08-31 18:16:13 +10:00
parent 9517f2e0e0
commit 4297be0fcb

View File

@ -11,7 +11,7 @@ on:
jobs:
build-and-test:
if: ${{ github.repository == 'jackyzha0/quartz' }}
if: ${{ github.repository == 'bfahrenfort/quartz' }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
@ -48,7 +48,7 @@ jobs:
run: npx quartz build --bundleInfo
publish-tag:
if: ${{ github.repository == 'jackyzha0/quartz' && github.ref == 'refs/heads/v4' }}
if: ${{ github.repository == 'bfahrenfort/quartz' && github.ref == 'refs/heads/v4' }}
runs-on: ubuntu-latest
permissions:
contents: write