From 8ffd2325be5ae06ba781cf4282bcc8d5701eff38 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Sun, 24 Aug 2025 19:26:31 +0300 Subject: [PATCH] Enable tagging of release branches --- .github/workflows/tag-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index e9e77e347..4e3bee583 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - 'release-*' paths: - version.txt @@ -21,7 +22,6 @@ jobs: uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 with: egress-policy: audit - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0