Skip to content

Commit 9811971

Browse files
[GitHub] Run format job on stacked PRs (llvm#102957)
Currently the formatter only runs for the main branch, which prevents the formatter from running for stacked PRs, which have to target user branches instead of main.
1 parent 6cf3e7d commit 9811971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10+
- 'users/**'
1011

1112
jobs:
1213
code_formatter:

0 commit comments

Comments
 (0)