From 4297be0fcb8c85b5e22cd0b22823b06136e73230 Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Sat, 31 Aug 2024 18:16:13 +1000 Subject: [PATCH] fix: change new workflow --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0fc1fd18..ce1f892fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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