From 3384d287e5828b62ea0c5cc46dcfeaaf1926ef36 Mon Sep 17 00:00:00 2001 From: fynnfluegge Date: Mon, 18 Nov 2024 21:59:45 +0100 Subject: [PATCH] PUBLISH_FOR_PULL_REQUEST=true --- .github/workflows/electron-build-and-publish.yaml | 3 +++ 1 file changed, 3 insertions(+) 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