From 29132ec5c8e2802ee4242c5ac99a464132192fe7 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 7 Mar 2023 11:00:04 +0000 Subject: [PATCH] Revert "cleanup" This reverts commit 3711eecca46304416afbbb59d948ec4b1709d4c4. --- .github/workflows/git-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/git-tag.yml b/.github/workflows/git-tag.yml index 66fc2938f1..7708f0ca12 100644 --- a/.github/workflows/git-tag.yml +++ b/.github/workflows/git-tag.yml @@ -12,6 +12,7 @@ on: push: branches: - master + - master-patch-* env: BASE_REF: ${{ github.base_ref }} HEAD_REF: ${{ github.head_ref }}