diff --git a/.github/workflows/electron-build-and-publish.yaml b/.github/workflows/electron-build-and-publish.yaml index 4cd6f179..c1878052 100644 --- a/.github/workflows/electron-build-and-publish.yaml +++ b/.github/workflows/electron-build-and-publish.yaml @@ -7,6 +7,9 @@ on: # workflows: ["Release Build"] # types: [completed] +env: + PUBLISH_FOR_PULL_REQUEST: true + jobs: build: runs-on: ubuntu-latest