Skip to content

Commit

Permalink
Merge pull request #9 from opencollector/fix/wheel-builds-on-github-a…
Browse files Browse the repository at this point in the history
…ctions

Fix the conditional so that the workflow starts properly.
  • Loading branch information
moriyoshi committed Jun 16, 2023
2 parents e8317aa + 55faba8 commit 9016065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
build_wheels:
needs:
- lint_and_test
if: ${{ startsWith(github.ref, 'refs/tags/v.*') }}
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
uses: ./.github/workflows/wheels.yml

0 comments on commit 9016065

Please sign in to comment.