Added if statement to deploy.yml stopping local builds failing. (#1335)
This commit is contained in:
parent
410b33a44f
commit
919760e2e1
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.repository == 'pagefaultgames/pokerogue'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue