Also run the build workflow on PRs to a release branch

This commit is contained in:
Quentin Gliech
2025-01-27 10:57:09 +01:00
parent 3b744c7881
commit 222e1c133a

View File

@@ -10,7 +10,9 @@ on:
# Only run for pull requests if relevant files were changed
pull_request:
branches: [main]
branches:
- main
- 'release/**'
paths:
- Dockerfile
- docker-bake.hcl