From 7dc721cc43c64d6c061b386542c60859f7246c74 Mon Sep 17 00:00:00 2001 From: Gleb Tcivie Date: Sat, 20 Jul 2024 18:13:32 +0300 Subject: [PATCH] Update auto-tagging.yml --- .github/workflows/auto-tagging.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-tagging.yml b/.github/workflows/auto-tagging.yml index dea7e7f..2805768 100644 --- a/.github/workflows/auto-tagging.yml +++ b/.github/workflows/auto-tagging.yml @@ -1,6 +1,8 @@ name: Bump version on: - push: + pull_request: + types: + - closed branches: - master