Don't run Deploy workflow on forks (#1252)
This commit is contained in:
parent
706c6d46da
commit
7c2ea3dcfd
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -4,6 +4,7 @@ on: push
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.repository_owner == 'modrinth'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user