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 1a9d785 commit c612e98Copy full SHA for c612e98
.github/workflows/deploy-website.yml
@@ -45,7 +45,7 @@ jobs:
45
path: docs/.vitepress/dist
46
47
deploy:
48
- if: ${{ github.event_name != 'pull_request' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
49
environment:
50
name: github-pages
51
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments