Skip to content

Commit e158177

Browse files
committed
more workflow enhancements
Signed-off-by: Bernd Verst <github@bernd.dev>
1 parent 5fb9bd5 commit e158177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: codecov/codecov-action@v3
5050
publish:
5151
needs: build
52-
if: github.event_name == 'create'
52+
if: github.event_name != 'pull_request'
5353
runs-on: ubuntu-latest
5454
env:
5555
TWINE_USERNAME: "__token__"

0 commit comments

Comments
 (0)