diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e70290..d7c7114 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,10 @@ name: "release" on: push: - branches: - - main + branches: [ "*" ] + pull_request: + branches: [ "*" ] + # This is the example from the readme. # On each push to the `main` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.