Skip to content

Commit ea6331e

Browse files
authored
Change servicing branch pattern in Xaml Styler action (#11983)
1 parent f6a04ce commit ea6331e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-xaml-formatting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- '**-servicing'
7+
- 'service/**'
88
paths:
99
- '**.xaml'
1010
pull_request:
1111
branches:
1212
- 'main'
13-
- '**-servicing'
13+
- 'service/**'
1414
paths:
1515
- '**.xaml'
1616

0 commit comments

Comments
 (0)