This commit is contained in:
Horis
2024-07-28 08:25:24 +08:00
parent bb20726ead
commit e70c451ce1

View File

@@ -151,7 +151,7 @@ jobs:
prerelease:
needs: [ prepare, build ]
if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request' && github.repository == 'gedoor/legado'
runs-on: ubuntu-latest
env:
VERSION: ${{ needs.prepare.outputs.version }}