Skip to content

Commit bf1dbdb

Browse files
authored
fix: run Build PR pipeline for PRs based on feature branches (#7417)
1 parent e208c91 commit bf1dbdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
on:
88
pull_request:
99
branches:
10-
- '*'
10+
- '**'
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)