Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Android App CI

permissions:
contents: read

on:
push:
branches: [ master ]
Expand Down Expand Up @@ -219,4 +222,4 @@ jobs:
name: maple-android-aab
path: |
frontend/src-tauri/gen/android/app/build/outputs/bundle/universalRelease/app-universal-release.aab
retention-days: 5
retention-days: 5
3 changes: 3 additions & 0 deletions .github/workflows/desktop-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Desktop App CI

permissions:
contents: read

on:
push:
branches: [ master ]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Frontend Tests

permissions:
contents: read

on:
push:
branches: [ master ]
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/mobile-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Mobile App CI

permissions:
contents: read

on:
push:
branches: [ master ]
Expand Down Expand Up @@ -163,4 +166,4 @@ jobs:
xcrun altool --upload-app --type ios \
--file "$IPA_PATH" \
--apiKey ${{ secrets.APPLE_API_KEY }} \
--apiIssuer ${{ secrets.APPLE_API_ISSUER }}
--apiIssuer ${{ secrets.APPLE_API_ISSUER }}
3 changes: 3 additions & 0 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Rust Unit Tests

permissions:
contents: read

on:
push:
branches: [ master ]
Expand Down
Loading