From 1a235524b1c60554c43d5ea8474577981b2e11db Mon Sep 17 00:00:00 2001 From: Ismoh Date: Fri, 1 Jul 2022 00:29:28 +0200 Subject: [PATCH] #42 changed trigger --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 369eae33a..ba5396fa1 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -1,7 +1,7 @@ name: Increase version on pull request on: pull_request: - types: [ opened, edited ] + types: [ opened, edited, synchronize ] jobs: copy_label_and_increase_version: name: Copy label and increase version