diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 02aa567..8d43194 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,7 +3,7 @@ name: 'publish' on: push: branches: - - release + - main # This is the example from the readme. # On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.