Skip to content

Commit 1016357

Browse files
committed
Also run the build workflow on PRs to a release branch
1 parent c9b89a9 commit 1016357

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010

1111
# Only run for pull requests if relevant files were changed
1212
pull_request:
13-
branches: [main]
13+
branches:
14+
- main
15+
- 'release/**'
1416
paths:
1517
- Dockerfile
1618
- docker-bake.hcl

0 commit comments

Comments
 (0)