From 0544cc9a6cb769f9cb713fa4c26a30e52ec63a6e Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 4 Jul 2024 16:43:16 +0200 Subject: [PATCH] Added custom branch tag protection (#112) --- .github/settings.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 7f2af4e5..3789e750 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -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: