Skip to content

Commit

Permalink
fix gha publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wckdouglas committed May 21, 2024
1 parent fec6dea commit ef876c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: py-cov-action/python-coverage-comment-action@v3
id: coverage_comment
if: ${{ matrix.python-version }} == "3.9" && github.event_name == 'pull_request'
if: ${{ matrix.python-version }} == "3.9" && github.ref != 'refs/heads/main'
with:
GITHUB_TOKEN: ${{ github.token }}
ANNOTATE_MISSING_LINES: true
Expand Down

0 comments on commit ef876c2

Please sign in to comment.