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 f0bf7c7 commit eba7afbCopy full SHA for eba7afb
.github/workflows/python-publish.yml
@@ -18,6 +18,8 @@ permissions:
18
jobs:
19
deploy:
20
21
+ # only run if commit is a push to master, the testing finished, and tagged as version
22
+ if: github.repository_owner == 'materialsproject' && github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && startsWith(github.event.workflow_run.head_branch, 'v0.')
23
runs-on: ubuntu-latest
24
25
steps:
0 commit comments