From 43135d9113b6cbfe5fc2e57cbf72371405f4882c Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 21 Aug 2020 09:56:29 +0200 Subject: [PATCH] Correct primary branch name --- .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 0237b40..03ec07c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: name: Deploy needs: [test] runs-on: ubuntu-latest - if: ${{ github.ref=='refs/heads/master' && github.event_name!='pull_request' }} + if: ${{ github.ref=='refs/heads/main' && github.event_name!='pull_request' }} steps: - uses: actions/checkout@v2