release/0.4.0 #60

Merged
myrmidex merged 30 commits from release/0.4.0 into main 2026-08-16 11:58:52 +02:00
Showing only changes of commit 1c42b5456c - Show all commits

View file

@ -2,7 +2,9 @@ name: Build and Push CI Image
on:
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:
- 'docker/build/**'
- '.forgejo/workflows/images.yml'