JSON config > add use_route_long_name_for_route_short_name
#161
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 |