Skip to content

Commit 61ec452

Browse files
bluwyAndarist
andauthored
Apply suggestions from code review
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
1 parent c9e12da commit 61ec452

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
branches:
99
- main
1010
- next
11-
- "maintenance/v[0-9]+"
11+
# merge group rulesets don't allow wildcards so in settings each maintenance branch needs to be added separately
12+
- "maintenance/v*" # branch rulesets don't support v[0-9]+
1213

1314
permissions:
1415
contents: read

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
- next
8-
- "maintenance/v[0-9]+"
8+
- "maintenance/v*" # branch rulesets don't support v[0-9]+
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)