Skip to content

Commit

Permalink
Merge pull request #42 from microsoft/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Chenglong-MS authored Oct 23, 2024
2 parents 9eb3489 + 08d01be commit e26816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
if: github.event_name == 'push'
if: github.event_name == 'push' && contains(github.event.head_commit.message, '[deploy]')
environment:
name: pypi
url: https://pypi.org/p/data-formulator
Expand Down

0 comments on commit e26816e

Please sign in to comment.