Skip to content

Commit

Permalink
Update crate_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Aug 5, 2023
1 parent 7549214 commit 562fd94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crate_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: make test.cleanup

publish:
# only run when tag release
if: startsWith(github.ref, 'refs/tags/')
# only run off head main
if: github.ref == 'refs/heads/main'
name: Publish Crate & Extension
runs-on: ubuntu-22.04
needs: [lint, tests]
Expand Down

0 comments on commit 562fd94

Please sign in to comment.