Skip upload step for forks (#110)

This commit is contained in:
MS
2023-08-14 19:03:30 -04:00
committed by GitHub
parent 87938e9b0e
commit 75c1276292

View File

@@ -103,7 +103,7 @@ jobs:
upload:
needs: [build, compare]
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }}
steps:
- uses: actions/checkout@v3
with: