Seohyun Kim
2024-07-01 21e75acc8d292c98a201e539d6f8ce4bd2941077
.github/workflows/ci.yaml
@@ -7,6 +7,7 @@
  push:
    branches:
      - v4
  workflow_dispatch:
jobs:
  build-and-test:
@@ -47,7 +48,7 @@
        run: npx quartz build --bundleInfo
  publish-tag:
    if: ${{ github.repository == 'jackyzha0/quartz' }}
    if: ${{ github.repository == 'jackyzha0/quartz' && github.ref == 'refs/heads/v4' }}
    runs-on: ubuntu-latest
    permissions:
      contents: write