Merge pull request #3603 from gradido/release-2_7_4

chore(release): v2.7.4
This commit is contained in:
einhornimmond 2025-12-30 13:18:12 +01:00 committed by GitHub
commit 4112ad72f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
name: gradido publish CI name: gradido publish CI
on: on:
push: pull_request:
branches: branches:
- master - master
@ -10,7 +10,7 @@ jobs:
# JOB: DOCKER BUILD PRODUCTION FRONTEND ###################################### # JOB: DOCKER BUILD PRODUCTION FRONTEND ######################################
############################################################################## ##############################################################################
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 name: Docker Build Production - Frontend
runs-on: ubuntu-latest runs-on: ubuntu-latest
#needs: [nothing] #needs: [nothing]