Compare commits

..

2 Commits

Author SHA1 Message Date
ParantezTech e5080f2792 Merge branch 'main' into savedata-mount3 2026-07-03 13:23:07 +03:00
ParantezTech f3fa0cb517 [saveData] Add support for sceSaveDataMount3 2026-07-03 12:50:33 +03:00
+1 -1
View File
@@ -126,7 +126,7 @@ jobs:
needs:
- init
- build
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
permissions:
contents: write