diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e27d35..440ad56 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,6 @@ name: "Publish to Releases" on: - push: - branches: - - release workflow_dispatch: # This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.