release/0.4.0 #60
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