mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-10 06:31:40 +00:00
ACTIONS: Only deploy release on main branch
This commit is contained in:
parent
b883e6fd77
commit
c96644e1b0
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ on: [push]
|
|||
jobs:
|
||||
Compile-EBOOTs:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
container:
|
||||
image: pspdev/pspdev
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue