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
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Mobile CI

on:
pull_request:
branches: [main]
push:
branches: [main]
# Mobile is a frozen scaffold pending a full rebuild. Auto-CI on every
# push/PR only produced red runs (no android/ dir for build-android, a
# placeholder app with nothing to test) plus dependabot churn. Run on demand
# only; restore the push/pull_request triggers when the rebuild lands.
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down