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