We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a4988 commit ef2b49eCopy full SHA for ef2b49e
.github/workflows/docs.yaml
@@ -44,6 +44,7 @@ jobs:
44
run: uv cache prune --ci
45
46
deploy:
47
+ if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
48
needs: build
49
runs-on: ubuntu-latest
50
permissions:
0 commit comments