mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: only run deploy job on goatcorp (#931)
This commit is contained in:
parent
da61602896
commit
be64861262
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue