diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7eca82f..98241ac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,9 @@ name: Publish Builds on: - release: - types: [created] + push: + branches: + - master jobs: release: diff --git a/electron-builder.yml b/electron-builder.yml index 2a6fc28..b38ad36 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -44,4 +44,3 @@ win: publish: provider: github publishAutoUpdate: true - releaseType: release