Skip to content

Commit ecf7e96

Browse files
authored
Merge pull request #35 from microsoft/Chenglong-MS-patch-1
Update python-build.yml
2 parents 8595b4a + ae5feef commit ecf7e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs:
4848
- build
49-
if: github.event_name == 'push'
49+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5050
environment:
5151
name: pypi
5252
url: https://pypi.org/p/data-formulator

0 commit comments

Comments
 (0)