Skip to content

chore: Scheduled updates (Firmware, Hardware, Translations) (#6156) #865

chore: Scheduled updates (Firmware, Hardware, Translations) (#6156)

chore: Scheduled updates (Firmware, Hardware, Translations) (#6156) #865

Workflow file for this run

name: Main CI (Verify & Build)
on:
push:
branches: [ main ]
paths-ignore:
- '**/*.md'
- 'docs/**'
permissions:
contents: read
concurrency:
group: main-${{ github.ref }}
cancel-in-progress: true
jobs:
validate-and-build:
if: github.repository == 'meshtastic/Meshtastic-Android'
uses: ./.github/workflows/reusable-check.yml
with:
run_lint: true
run_unit_tests: false
upload_artifacts: true
secrets: inherit