From 27c6ce13c90afe9ee8ef1bed9080a6d44b840b2e Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sat, 12 Oct 2024 16:31:54 +0200 Subject: [PATCH] Fix github-pages not running reploying from main --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9e3af0a..a8f2501 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest needs: build - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - name: Deploy to GitHub Pages