diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 11faee3..2bba5b5 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -3,10 +3,10 @@ name: Build on: workflow_dispatch: push: - branches: [ "master" ] + branches: [ "**" ] tags: [ "*" ] pull_request: - branches: [ "master" ] + branches: [ "**" ] jobs: build: @@ -60,4 +60,5 @@ jobs: detail.png list.png env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +