diff --git a/.github/workflows/version-update.yml b/.github/workflows/version-update.yml index e4a944be6..1668c33a2 100644 --- a/.github/workflows/version-update.yml +++ b/.github/workflows/version-update.yml @@ -2,7 +2,7 @@ name: Update package version for release & hotfix branches on: push: - branches: [release/*, hotfix/*] + branches: [release/*, hotfix/*, test/*] permissions: contents: write