Skip to content

Commit e26816e

Browse files
authored
Merge pull request #42 from microsoft/dev
Dev
2 parents 9eb3489 + 08d01be commit e26816e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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' && contains(github.event.head_commit.message, '[deploy]')
5050
environment:
5151
name: pypi
5252
url: https://pypi.org/p/data-formulator

0 commit comments

Comments
 (0)