Skip to content

Commit 6331438

Browse files
committed
ci(pr_test_build_images): Fix the trigger pattern for release branches
1 parent c803c25 commit 6331438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_test_build_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Test Build Images
44
on:
55
workflow_dispatch:
66
pull_request:
7-
branches: [main, 'release/*']
7+
branches: [main, 'release-*']
88
# For now, we run on all paths, but if the products could be moved into a subdirectory, we could match on that
99
# paths: []
1010

0 commit comments

Comments
 (0)