57 - Build CI image on release branches too
Some checks failed
CI / ci (push) Failing after 1s
CI / build (push) Failing after 38s
Build and Push CI Image / images (docker/build/Dockerfile.ci, incr-ci, php8.3-1) (push) Successful in 7m42s
CI / ci (pull_request) Failing after 4m40s
CI / build (pull_request) Failing after 34s

This commit is contained in:
myrmidex 2026-08-16 09:14:25 +02:00
parent 01052a09a9
commit 1c42b5456c

View file

@ -2,7 +2,9 @@ name: Build and Push CI Image
on: on:
push: push:
branches: [main] # release/* included so a new CI image exists before the release PR is
# opened; ci.yml on that branch cannot pass until the image is published.
branches: [main, 'release/*']
paths: paths:
- 'docker/build/**' - 'docker/build/**'
- '.forgejo/workflows/images.yml' - '.forgejo/workflows/images.yml'