diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2023-09-01 21:26:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 15:26:25 -0400 |
commit | 3dba852fc81d0a0fd30fc8f1191327ba0e5ba534 (patch) | |
tree | d0507a394803455f7dd0e530e334cb2937c1cb63 | |
parent | 9acdbf3ebc2873a40e6d7ed1f94bc5efa71cfa92 (diff) | |
download | Skyblocker-3dba852fc81d0a0fd30fc8f1191327ba0e5ba534.tar.gz Skyblocker-3dba852fc81d0a0fd30fc8f1191327ba0e5ba534.tar.bz2 Skyblocker-3dba852fc81d0a0fd30fc8f1191327ba0e5ba534.zip |
Update webhook_translate.yml (#268)
prevent trigger in forks
-rw-r--r-- | .github/workflows/webhook_translate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/webhook_translate.yml b/.github/workflows/webhook_translate.yml index 5bf790c7..6d072634 100644 --- a/.github/workflows/webhook_translate.yml +++ b/.github/workflows/webhook_translate.yml @@ -9,6 +9,7 @@ on: jobs: webhook: + if: github.repository_owner == 'SkyblockerMod' runs-on: ubuntu-latest steps: - name: Translate notification |