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: jobs:
build-and-test: build-and-test:
if: ${{ github.repository == 'jackyzha0/quartz' }} if: ${{ github.repository == 'bfahrenfort/quartz' }}
strategy: strategy:
matrix: matrix:
os: [windows-latest, macos-latest, ubuntu-latest] os: [windows-latest, macos-latest, ubuntu-latest]
@ -48,7 +48,7 @@ jobs:
run: npx quartz build --bundleInfo run: npx quartz build --bundleInfo
publish-tag: 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 runs-on: ubuntu-latest
permissions: permissions:
contents: write contents: write