diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f019a54..be3ad8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: Release: needs: Quality # https://github.community/t/how-do-i-specify-job-dependency-running-in-another-workflow/16482 - if: github.event_name == 'push' && github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'chore(release):') + if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):') runs-on: ubuntu-latest steps: - uses: actions/setup-python@v2