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 c9b89a994a
commit 1016357010
+3 -1
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