We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c803c25 commit 6331438Copy full SHA for 6331438
.github/workflows/pr_test_build_images.yaml
@@ -4,7 +4,7 @@ name: Test Build Images
4
on:
5
workflow_dispatch:
6
pull_request:
7
- branches: [main, 'release/*']
+ branches: [main, 'release-*']
8
# For now, we run on all paths, but if the products could be moved into a subdirectory, we could match on that
9
# paths: []
10
0 commit comments