mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
try fix publish script
This commit is contained in:
parent
4887dadc4f
commit
8ed3f8eb8d
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user