Skip to content

Commit 3659605

Browse files
authored
Stop deploy workflow runnnig on forks
1 parent de83617 commit 3659605

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
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deployment:
10+
if: github.repository == 'NextCommunity/NextCommunity.github.io'
1011
permissions:
1112
pages: write # to deploy to Pages
1213
id-token: write # to verify the deployment originates from an appropriate source

0 commit comments

Comments
 (0)