Created
March 31, 2020 01:09
-
-
Save tianhaoz95/bba9c23fe68787866ac00141d0bf336b to your computer and use it in GitHub Desktop.
The workflow config to trigger a app release on push and release events
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: release android app | |
| on: | |
| release: | |
| types: | |
| - "published" | |
| - "prereleased" | |
| push: | |
| branches: | |
| - "master" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment