diff --git a/.github/workflows/version-branch-update.yaml b/.github/workflows/version-branch-update.yaml index fb4f7eb490..6ba7f896ed 100644 --- a/.github/workflows/version-branch-update.yaml +++ b/.github/workflows/version-branch-update.yaml @@ -3,8 +3,10 @@ name: Version Branch Update on: pull_request: branches: - - 'version-**' + - 'version-[0-9]-[0-9]' types: [opened, synchronize, reopened] + workflow_dispatch: + concurrency: