Skip to content

Commit 23565f0

Browse files
authored
chore: Add restriction to prevent forks from running deploy script. (#303)
1 parent a61913c commit 23565f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99

1010
jobs:
1111
deploy:
12+
if: github.repository == 'serverpod/serverpod_docs'
1213
runs-on: ubuntu-latest
1314
environment: deploy
1415
steps:

0 commit comments

Comments
 (0)