We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b60d7 commit 5f06d48Copy full SHA for 5f06d48
.github/workflows/quarto-render.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: "Deploy to gh-pages"
28
uses: peaceiris/actions-gh-pages@v3
29
# Change to the name of your repo's primary branch name:
30
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main' && github.repository_owner == 'TileDB-Inc'
31
with:
32
# This is GitHub Actions magic; no secrets for us to manage; and this works first-time
33
# without any extra configs other than visiting Settings -> Pages in your GitHub repo.
0 commit comments