From 9750d4495112e235236fa3c5e0f2c7e02e8d8ace Mon Sep 17 00:00:00 2001 From: micouy Date: Sat, 30 Nov 2024 21:35:02 +0100 Subject: [PATCH] Change detected branch to `master` --- .github/workflows/build_and_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index adcb4bb..3f42266 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -3,7 +3,7 @@ name: Build and deploy GH Pages jobs: build: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' steps: - name: checkout uses: actions/checkout@v4