From 71d393fad11a637ad22be3557a14d747274838a0 Mon Sep 17 00:00:00 2001 From: Hongrui Fang Date: Tue, 14 Jun 2022 18:36:32 +0800 Subject: [PATCH] correct branch name: `master` -> `main` --- .github/workflows/integrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index ba644ff..d9a3862 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -7,7 +7,7 @@ on: - "flake.lock" - "agora.cabal" branches: - - master + - main - staging pull_request: paths: @@ -88,7 +88,7 @@ jobs: # which is set to automatically deploy to https://liqwid-labs.github.io/agora/. - name: Publish Documentation uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./result/agora/html