Add Invisible activity #DontKillMyApp #12
This file contains 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 }} |