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 ee98355 commit 910626eCopy full SHA for 910626e
.github/workflows/docs.yml
@@ -75,6 +75,7 @@ jobs:
75
name: github-pages
76
url: ${{ steps.deployment.outputs.page_url }}
77
runs-on: ubuntu-latest
78
+ if: github.ref == 'refs/heads/master'
79
needs: docs
80
steps:
81
- name: Deploy to GitHub Pages
0 commit comments