.github/workflows/build_android.yml: remove branch v0.23.x
This branch cannot be built this way.
This commit is contained in:
parent
a19f3a4f9f
commit
fb4dd4e1ce
|
@ -11,7 +11,6 @@ on:
|
|||
- 'win32/**'
|
||||
branches:
|
||||
- master
|
||||
- v0.23.x
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'build/**'
|
||||
|
@ -22,7 +21,6 @@ on:
|
|||
- 'win32/**'
|
||||
branches:
|
||||
- master
|
||||
- v0.23.x
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
|
Loading…
Reference in New Issue