Skip to content

Commit 9016065

Browse files
authored
Merge pull request #9 from opencollector/fix/wheel-builds-on-github-actions
Fix the conditional so that the workflow starts properly.
2 parents e8317aa + 55faba8 commit 9016065

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)