From 254e6a58821779fc94ff4be59c388928a2ab5c35 Mon Sep 17 00:00:00 2001 From: Paulo Vital Date: Wed, 15 Jan 2025 05:34:54 -0300 Subject: [PATCH] fix(ci): Condition to start the package building. Signed-off-by: Paulo Vital --- .github/workflows/pkg_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkg_release.yml b/.github/workflows/pkg_release.yml index e7bdf365..7e8a91e7 100644 --- a/.github/workflows/pkg_release.yml +++ b/.github/workflows/pkg_release.yml @@ -17,7 +17,7 @@ jobs: build: name: Build package runs-on: ubuntu-latest - if: ${{ startsWith(github.ref_name, 'v0') }} + if: ${{ startsWith(github.ref_name, 'v3') }} steps: - uses: actions/checkout@v4 - name: Set up Python