Skip to content

Commit 89bd724

Browse files
authored
chore: run the Codebuild build on every PR, no matter the target branch (#35042)
Otherwise, builds won't run on stacked PRs. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent b553fb8 commit 89bd724

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codebuild-pr-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ on:
77
branches:
88
- main
99
- v2-release
10-
pull_request:
11-
branches:
12-
- main
13-
- v2-release
10+
pull_request: {}
1411

1512
# For every PR, cancel any previous builds in progress
1613
# ... but for all other builds we keep them running

0 commit comments

Comments
 (0)