Skip to content

Commit

Permalink
Revert wildcard for main in branchClassification.yml
Browse files Browse the repository at this point in the history
The system only supports wildcards after slash.
  • Loading branch information
akoeplinger authored Jan 13, 2025
1 parent 3f5ca1b commit 447a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azuredevops/policies/branchClassification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ configuration:
ruleset:
- name: prod-branches
branchNames:
- dotnet/main-*
- dotnet/main-19.x
- dotnet/release/*
classification: production

0 comments on commit 447a67f

Please sign in to comment.