JSON config > Add use_stop_id_for_stop_code & "is_word" FR cleaner …
#184
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |