From 484797025b3470bec57bc62223a68e5e0f3bafa3 Mon Sep 17 00:00:00 2001 From: Emmanuel Chambon Date: Tue, 23 Nov 2021 14:34:30 +0100 Subject: [PATCH] ci: use main branch instead of master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a992c2e57..5de532834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: deploy: runs-on: ubuntu-20.04 needs: [test] - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2.3.5 with: