Skip to content

Commit d16d1b3

Browse files
rsareddy0329Roja Reddy Sareddy
andauthored
Enable PR checks on feature branches (#207)
Co-authored-by: Roja Reddy Sareddy <[email protected]>
1 parent e3f697a commit d16d1b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: PR Checks
22
on:
33
pull_request_target:
44
branches:
5-
- "master*"
6-
- "main*"
5+
- "*"
76

87
concurrency:
98
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref }}

0 commit comments

Comments
 (0)