Skip to content

Commit 9ff6089

Browse files
committed
update deploy-docs wf condition
1 parent 9b56f01 commit 9ff6089

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/development.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ jobs:
147147
asset_name: pip-${{env.SDIST_PKG_NAME}}-${{env.PKG_VERSION}}.tar.gz
148148
asset_content_type: application/gzip
149149
deploy-docs:
150+
if: github.event_name == 'push'
151+
needs: build
150152
runs-on: ubuntu-latest
151153
steps:
152154
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)