Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Don't run Deploy workflow on forks (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru authored Aug 1, 2023
1 parent 706c6d4 commit 7c2ea3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: push

jobs:
deploy:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 7c2ea3d

Please sign in to comment.