Try and improve thread cleanup #55
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: Trigger Manager Build | |
| on: | |
| push: | |
| branches: | |
| - "master" | |
| paths-ignore: | |
| - '.gitignore' | |
| - 'egg-m-c-xbox-broadcast.json' | |
| - 'LICENSE' | |
| - 'README.md' | |
| - 'bootstrap/**' | |
| jobs: | |
| trigger: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Repository Dispatch | |
| if: ${{ github.repository == 'MCXboxBroadcast/Broadcaster' && github.ref_name == 'master' }} | |
| uses: peter-evans/repository-dispatch@v3 | |
| with: | |
| token: ${{ secrets.TRIGGER_PAT }} | |
| repository: MCXboxBroadcast/Manager | |
| event-type: manager-build-event |