Skip to content

Commit 5ff245c

Browse files
committed
Allowing docs to be published on release branch when push
1 parent 6790276 commit 5ff245c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ jobs:
299299

300300
upload_docs_release:
301301
name: Upload release documentation
302-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
302+
if: github.event_name == 'push'
303303
runs-on: ubuntu-latest
304-
needs: [release]
304+
needs: [package]
305305
steps:
306306
- name: Deploy the stable documentation
307307
uses: pyansys/actions/doc-deploy-stable@v3

0 commit comments

Comments
 (0)