From 47fe7168266487ad269ddb35da412d819b6bec46 Mon Sep 17 00:00:00 2001 From: Nero-Hu Date: Thu, 7 Nov 2024 15:18:23 +0800 Subject: [PATCH] remove release branches for sync proto action --- .github/workflows/python-app-sync-proto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app-sync-proto.yml b/.github/workflows/python-app-sync-proto.yml index a92a4dbaff3..02ccb46a0fe 100644 --- a/.github/workflows/python-app-sync-proto.yml +++ b/.github/workflows/python-app-sync-proto.yml @@ -9,7 +9,7 @@ on: push: branches: - master - - 'release/**' + # - 'release/**' jobs: build: runs-on: ubuntu-latest