From 9833d40fc93e1170eb76682b8b71e36e2299980f Mon Sep 17 00:00:00 2001 From: Simon Reinisch Date: Sun, 3 Sep 2023 14:40:26 +0200 Subject: [PATCH] fix(setup): fix not running deploy workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 009fb7f..c550264 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: name: Deploy app to GitHub Pages runs-on: ubuntu-latest needs: build - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v3 - name: Download artifact