We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61913c commit 23565f0Copy full SHA for 23565f0
.github/workflows/deploy.yml
@@ -9,6 +9,7 @@ permissions:
9
10
jobs:
11
deploy:
12
+ if: github.repository == 'serverpod/serverpod_docs'
13
runs-on: ubuntu-latest
14
environment: deploy
15
steps:
0 commit comments