Skip to content

Commit 2c13efb

Browse files
Modify dev docs deployment (#196)
Co-authored-by: Maxime Rey <[email protected]>
1 parent 6b370a5 commit 2c13efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
doc-deploy-development:
5151
name: Doc dev version deploy
52-
if: github.event_name == 'push'
52+
if: ${{ github.ref == 'refs/heads/main' }}
5353
runs-on: ubuntu-latest
5454
needs: doc-build
5555
steps:

0 commit comments

Comments
 (0)