Skip to content

Commit f1919e4

Browse files
author
Aleksei Tiulpin
committed
CI stuff and codecov fix
1 parent 2ebc700 commit f1919e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prod-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
types: [published]
88

99
jobs:
10-
test-on-all-push:
11-
name: Test on Master Branch
10+
test-all:
11+
name: Test Master Branch
1212
if: github.event_name == 'push'
1313
runs-on: ubuntu-latest
1414
strategy:
@@ -55,7 +55,7 @@ jobs:
5555
build-and-publish:
5656
name: Build and Publish to PyPI
5757
runs-on: ubuntu-latest
58-
needs: test-on-release
58+
needs: test-all
5959
if: github.event_name == 'release'
6060
environment:
6161
name: pypi

0 commit comments

Comments
 (0)