From 8ed3f8eb8d66f4b9cb743a07023e5330ce4a446e Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 30 Dec 2025 13:05:13 +0100 Subject: [PATCH] try fix publish script --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e2346a4a5..1b7ed87bc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,7 @@ name: gradido publish CI on: - push: + pull_request: branches: - master @@ -10,7 +10,7 @@ jobs: # JOB: DOCKER BUILD PRODUCTION FRONTEND ###################################### ############################################################################## build_production_frontend: - if: startsWith(github.event.head_commit.message, 'chore(release):') + if: startsWith(github.event.pull_request.title, 'chore(release):') name: Docker Build Production - Frontend runs-on: ubuntu-latest #needs: [nothing]