Skip to content

Commit 254e6a5

Browse files
pvitalGSVarsha
authored andcommitted
fix(ci): Condition to start the package building.
Signed-off-by: Paulo Vital <[email protected]>
1 parent d7193a4 commit 254e6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
name: Build package
1919
runs-on: ubuntu-latest
20-
if: ${{ startsWith(github.ref_name, 'v0') }}
20+
if: ${{ startsWith(github.ref_name, 'v3') }}
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python

0 commit comments

Comments
 (0)