Sean Missingham
2024-07-01 f7bd2137ecbb81f3ed50ae9ccaaee27ae855c11a
.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