From 02507cbdfd71ff9766aea9350d47add57466d02f Mon Sep 17 00:00:00 2001 From: Evgeny Vlasenko Date: Fri, 11 Mar 2022 00:18:41 +0400 Subject: [PATCH] use main branch --- .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 8c05315..9007592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: push jobs: release: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2