Skip to content

JSON configs > add stop_name_cleaners, (exclude|keep)_routes & compat w/ mtransitapps/commons-java#22 #163

JSON configs > add stop_name_cleaners, (exclude|keep)_routes & compat w/ mtransitapps/commons-java#22

JSON configs > add stop_name_cleaners, (exclude|keep)_routes & compat w/ mtransitapps/commons-java#22 #163

Workflow file for this run

name: MT build
on:
workflow_dispatch: # manual
pull_request:
push:
branches:
# - '**' # ALL
- 'master'
# TODO 'develop', 'main'?
# gh workflow run mt-build.yml --ref <branch>
# gh run list --workflow=mt-build.yml
jobs:
MT-MAIN-REPO-BUILD-JOB:
uses: mtransitapps/mtransit-for-android/.github/workflows/mt-build.yml@master
secrets: inherit