From 31e4d5fabd5c25e9ce04eb1c36dbd439e21b999f Mon Sep 17 00:00:00 2001 From: Samuel Lijin Date: Wed, 7 Aug 2024 10:18:52 -0700 Subject: [PATCH] auto-push --- .github/workflows/build-python-release.reusable.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-python-release.reusable.yaml b/.github/workflows/build-python-release.reusable.yaml index cf82ebccb..4a462cf90 100644 --- a/.github/workflows/build-python-release.reusable.yaml +++ b/.github/workflows/build-python-release.reusable.yaml @@ -2,6 +2,8 @@ name: Release language_client_python on: workflow_call: {} + push: + branches: [sam/glibc-aarch64] concurrency: # suffix is important to prevent a concurrency deadlock with the calling workflow