Skip to content

Commit

Permalink
Change servicing branch pattern in Xaml Styler action (#11983)
Browse files Browse the repository at this point in the history
  • Loading branch information
heftymouse authored Apr 5, 2023
1 parent f6a04ce commit ea6331e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-xaml-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches:
- 'main'
- '**-servicing'
- 'service/**'
paths:
- '**.xaml'
pull_request:
branches:
- 'main'
- '**-servicing'
- 'service/**'
paths:
- '**.xaml'

Expand Down

0 comments on commit ea6331e

Please sign in to comment.