Added if statement to deploy.yml stopping local builds failing. (#1335)

This commit is contained in:
Jon Studders 2024-05-24 23:26:23 +01:00 committed by GitHub
parent 410b33a44f
commit 919760e2e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
jobs:
deploy:
if: github.repository == 'pagefaultgames/pokerogue'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4