Skip to content

Commit 55faba8

Browse files
committed
Fix the conditional so that the workflow starts properly.
1 parent e8317aa commit 55faba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
build_wheels:
1616
needs:
1717
- lint_and_test
18-
if: ${{ startsWith(github.ref, 'refs/tags/v.*') }}
18+
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
1919
uses: ./.github/workflows/wheels.yml

0 commit comments

Comments
 (0)