Skip to content

Commit 2cf9fc4

Browse files
[Github] Run code formatter job in release branch
This patch makes it so that the code formatting job will run in the release branch. Per the request of tru@ (the current release manager).
1 parent f295617 commit 2cf9fc4

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
@@ -8,6 +8,7 @@ on:
88
branches:
99
- main
1010
- 'users/**'
11+
- 'release/**'
1112

1213
jobs:
1314
code_formatter:

0 commit comments

Comments
 (0)