mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Trigger andoid build on push
This commit is contained in:
parent
84948820b2
commit
ccfa6359ad
8
.github/workflows/github.yml
vendored
8
.github/workflows/github.yml
vendored
@ -143,3 +143,11 @@ jobs:
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
if: always()
|
||||
|
||||
- name: Trigger Android
|
||||
uses: peter-evans/repository-dispatch@v1
|
||||
if: ${{ github.ref == 'refs/heads/develop' && matrix.platform == 'mxe' }}
|
||||
with:
|
||||
token: ${{ secrets.VCMI_ANDROID_ACCESS_TOKEN }}
|
||||
repository: vcmi/vcmi-android
|
||||
event-type: vcmi
|
||||
|
Loading…
x
Reference in New Issue
Block a user