Skip to content

Commit c2d621a

Browse files
committed
update
1 parent c7adf4f commit c2d621a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This is an example of how to build an APK using GitHub Actions.
44
Here, we created a simple Android application that displays a Hello World!.
55
We then created a workflow that builds the APK and uploads it as a new release.
66

7+
You maybe not want to auto-build APK for every push, so you can change the workflow to run on every push to a specific branch. For example, you can change the workflow to run on every push to the `main` branch suppose that you are working on `dev` branch in development mode.
8+
9+
> Another idea is to write a comment in [this issue](https://github.com/BaseMax/AndroidAutoBuildAPK/issues/1) to trigger the workflow. By this way, you can ask workflow to build APK for you any time you want.
10+
711
| Hello World! |
812
| :---: |
913
| ![](screenshots/1.png) |

0 commit comments

Comments
 (0)