Also run the build workflow on PRs to a release branch
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user