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 f6267f4 commit 56e6c20Copy full SHA for 56e6c20
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
deploy-docs:
11
12
# only run if commit is a push to master and the testing finished
13
- 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.')
+ 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.') }}
14
runs-on: ubuntu-latest
15
16
steps:
0 commit comments