Skip to content

Commit 908592f

Browse files
authored
CD: fix docs deployment (#756)
1 parent 0e38757 commit 908592f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

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

3939
docs-deploy:
4040
name: Deploy
41-
if: ${{ github.event.workflow_run.event == 'push' }}
41+
if: ${{ github.ref == 'refs/heads/main' }}
4242
needs: docs-build
4343
runs-on: ubuntu-slim
4444

0 commit comments

Comments
 (0)