GTFS configs > + string/word UPPER CASE (&ignored words), trip excludes by head-sign & fix empty generated string resource #148
Workflow file for this run
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 |