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
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:
parent
01052a09a9
commit
1c42b5456c
1 changed files with 3 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue