Don't run Deploy workflow on forks (#1252)

This commit is contained in:
Sasha Sorokin
2023-08-02 01:38:47 +02:00
committed by GitHub
parent 706c6d46da
commit 7c2ea3dcfd

View File

@@ -4,6 +4,7 @@ on: push
jobs:
deploy:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest
permissions:
contents: read