diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b497b83..8810fbf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: build-and-release: # https://github.community/t/how-do-i-specify-job-dependency-running-in-another-workflow/16482 # limit this to being run on regular commits, not the commits that semantic-release will create - if: github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'chore(release):') + if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):') runs-on: ubuntu-latest concurrency: release steps: