We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebc700 commit f1919e4Copy full SHA for f1919e4
.github/workflows/prod-release.yaml
@@ -7,8 +7,8 @@ on:
7
types: [published]
8
9
jobs:
10
- test-on-all-push:
11
- name: Test on Master Branch
+ test-all:
+ name: Test Master Branch
12
if: github.event_name == 'push'
13
runs-on: ubuntu-latest
14
strategy:
@@ -55,7 +55,7 @@ jobs:
55
build-and-publish:
56
name: Build and Publish to PyPI
57
58
- needs: test-on-release
+ needs: test-all
59
if: github.event_name == 'release'
60
environment:
61
name: pypi
0 commit comments