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 e3f697a commit d16d1b3Copy full SHA for d16d1b3
.github/workflows/codebuild-ci.yml
@@ -2,8 +2,7 @@ name: PR Checks
2
on:
3
pull_request_target:
4
branches:
5
- - "master*"
6
- - "main*"
+ - "*"
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref }}
0 commit comments