From d50f956cc88d26ec11ea7a94295d392b28bb6239 Mon Sep 17 00:00:00 2001 From: Omri Bar-Zik Date: Thu, 24 Jun 2021 10:57:59 +0300 Subject: [PATCH] ci: fix release --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6bf9f38..8afe33e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,7 +78,7 @@ jobs: release: needs: [lint, test] - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - name: Checkout Code