mGTFS > add frequencies... #31
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 Trigger main repo build" | |
| on: | |
| workflow_dispatch: # manual | |
| push: | |
| branches: | |
| - mmathieum | |
| jobs: | |
| MT-TRIGGER-MAIN-REPO-BUILD: | |
| name: "MT Trigger main repo build" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "MT Trigger main repo build" | |
| run: gh workflow run mt-sync-code-data.yml --ref mmathieum --repo mtransitapps/mtransit-for-android | |
| env: | |
| GH_TOKEN: ${{ secrets.MT_PAT }} |