diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0eba166a..598602be8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: deploy_stg: name: Deploy dalamud-distrib staging - if: ${{ github.event_name == 'push' }} + if: ${{ github.repository_owner == 'goatcorp' && github.event_name == 'push' }} needs: build runs-on: windows-latest steps: