GTFS Static > agency timezone > fix infrequent issue #849
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 $(git rev-parse --abbrev-ref HEAD) | |
| # 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 |