Skip to content

Commit

Permalink
more workflow enhancements
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <github@bernd.dev>
  • Loading branch information
berndverst committed Nov 27, 2023
1 parent 5fb9bd5 commit e158177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: codecov/codecov-action@v3
publish:
needs: build
if: github.event_name == 'create'
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
env:
TWINE_USERNAME: "__token__"
Expand Down

0 comments on commit e158177

Please sign in to comment.