We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c18e48 commit 730e602Copy full SHA for 730e602
1 file changed
.github/workflows/docs.yml
@@ -35,6 +35,7 @@ jobs:
35
deploy:
36
needs: docs
37
runs-on: ubuntu-24.04
38
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
39
environment:
40
name: github-pages
41
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments