From 29c738249e09ff815204b58be57f6387d5cea80b Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Fri, 31 May 2024 10:00:25 +0700 Subject: [PATCH] ci/deploy-pages: typo after renaming branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c697d46..cc8956db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: retention-days: 1 deploy: - if: github.event_name != 'pull_request' && github.event.ref == 'refs/heads/master' + if: github.event_name != 'pull_request' && github.event.ref == 'refs/heads/main' # Grant GITHUB_TOKEN the permissions required to make a Pages deployment permissions: pages: write # to deploy to Pages