Skip to content

Commit 718b4c5

Browse files
authored
test-custom-branches-settings (#62)
1 parent 3308ad6 commit 718b4c5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/settings.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ environments:
1010
- name: release
1111
deployment_branch_policy:
1212
custom_branches:
13-
- main
14-
- release/**
15-
custom_tags:
16-
- *.*.*
17-
- v*
13+
- name: main
14+
type: branch
15+
- name: release/**
16+
type: branch
17+
- name: *.*.*
18+
type: tag
19+
- name: v*
20+
type: tag

0 commit comments

Comments
 (0)