From ce40284c64145fce1fe4dbbbc28eef61466f5fe0 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Sun, 5 Nov 2023 14:00:32 +0900 Subject: [PATCH] Reflect the change from master to main --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c30e390..a7c4424 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,10 @@ name: Build on: pull_request: branches: - - master + - main push: branches: - - master + - main jobs: build: name: Lint and tests @@ -36,7 +36,7 @@ jobs: - name: Build Live Viewer run: bash scripts/deploy-live-viewer.sh - name: Push to gh-pages - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }}