Skip to content

Commit

Permalink
fix(ci): Condition to start the package building.
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Vital <[email protected]>
  • Loading branch information
pvital authored and GSVarsha committed Jan 15, 2025
1 parent d7193a4 commit 254e6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 254e6a5

Please sign in to comment.