This commit is contained in:
parent
8a055b7fcb
commit
373c5be7fc
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
@ -3,10 +3,10 @@ name: Build
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "**" ]
|
||||
tags: [ "*" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches: [ "**" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -61,3 +61,4 @@ jobs:
|
||||
list.png
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user