ACTIONS: Only deploy release on main branch

This commit is contained in:
cypress 2023-12-14 15:06:08 -05:00 committed by GitHub
parent b883e6fd77
commit c96644e1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ on: [push]
jobs:
Compile-EBOOTs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
container:
image: pspdev/pspdev
steps: