From f25439c89695f7f4ff4cdc54970eedd1adbcba1f Mon Sep 17 00:00:00 2001 From: chaduhduh Date: Mon, 7 Oct 2024 19:23:51 -0700 Subject: [PATCH] removes trigger update --- .github/workflows/release_pip.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_pip.yml b/.github/workflows/release_pip.yml index c55d12e..2249ade 100644 --- a/.github/workflows/release_pip.yml +++ b/.github/workflows/release_pip.yml @@ -1,9 +1,8 @@ name: Release on: - push: - branches: - - version-2.24.0 + release: + types: [released] jobs: release-pip: