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 d8b2b19 commit ba571f1Copy full SHA for ba571f1
1 file changed
.github/workflows/docs.yml
@@ -87,8 +87,9 @@ jobs:
87
path: build/site/html
88
89
deploy:
90
+ if: github.ref == 'refs/heads/main'
91
permissions:
- contents: write
92
+ contents: write
93
pages: write
94
id-token: write
95
environment:
0 commit comments