diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d24c1ab..302ab93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Build, Test, and Publish on release on: release: types: [published] - branches: [master] + branches: [main] jobs: build: name: Build, test and publish