Skip to content

Commit

Permalink
ACTIONS: Only deploy release on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Dec 14, 2023
1 parent b883e6f commit c96644e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-eboot-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [push]
jobs:
Compile-EBOOTs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
container:
image: pspdev/pspdev
steps:
Expand Down

0 comments on commit c96644e

Please sign in to comment.