Skip to content

Commit 5adf80d

Browse files
authored
Added tags rules (#39)
1 parent 265fffd commit 5adf80d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/settings.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ environments:
5454
custom_branches:
5555
- main
5656
- release/**
57-
# - name: "*.*.*"
58-
# type: tag
57+
- name: "*.*.*"
58+
type: tag
59+
- name: "v*"
60+
type: tag
5961
- name: security
6062
deployment_branch_policy:
6163
custom_branches:

0 commit comments

Comments
 (0)