Skip to content

Commit

Permalink
Revert "Change servicing branch pattern in Xaml Styler action (files-…
Browse files Browse the repository at this point in the history
…community#11983)"

This reverts commit ea6331e.
  • Loading branch information
hishitetsu committed Apr 9, 2023
1 parent 4bfbfd4 commit 9ad81ce
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'
- 'service/**'
- '**-servicing'
paths:
- '**.xaml'
pull_request:
branches:
- 'main'
- 'service/**'
- '**-servicing'
paths:
- '**.xaml'

Expand Down

0 comments on commit 9ad81ce

Please sign in to comment.