Skip to content

Commit

Permalink
chore(actions): build on push
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Oct 8, 2023
1 parent 6c07611 commit 241d491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Build-Apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Apk-Build
on:
workflow_dispatch:

push:
branches:
- '**'

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 241d491

Please sign in to comment.