diff --git a/.github/workflows/send_repository_dispatch.yml b/.github/workflows/send_repository_dispatch.yml index 1694e2f1..20d9b5a2 100644 --- a/.github/workflows/send_repository_dispatch.yml +++ b/.github/workflows/send_repository_dispatch.yml @@ -19,6 +19,8 @@ jobs: send-repository-dispatch: runs-on: ubuntu-latest + if: github.repository_owner == 'Starfield-Reverse-Engineering' + steps: - name: Repository Dispatch uses: peter-evans/repository-dispatch@v3