Skip to content

Commit

Permalink
Added custom branch tag protection (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Jul 4, 2024
1 parent d0c22e7 commit 0544cc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ environments:
custom_branches:
- main
- release/**
# - name: "*.*.*"
# type: tag
- name: "*.*.*"
type: tag
- name: "v*"
type: tag
- name: security
deployment_branch_policy:
custom_branches:
Expand Down

0 comments on commit 0544cc9

Please sign in to comment.