From 1da29de7a4c67618b47362ad02acacc62f86bd01 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 9 Apr 2024 20:13:10 +0200 Subject: [PATCH] Allow release access for tags (#65) * Allow release access for tags * Update settings.yml --- .github/settings.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/settings.yml b/.github/settings.yml index 36ce4bb5..7f2af4e5 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -54,6 +54,8 @@ environments: custom_branches: - main - release/** + # - name: "*.*.*" + # type: tag - name: security deployment_branch_policy: custom_branches: