.github/workflows/build_android.yml: remove branch v0.23.x

This branch cannot be built this way.
This commit is contained in:
Max Kellermann 2023-12-22 15:17:10 +01:00
parent a19f3a4f9f
commit fb4dd4e1ce
1 changed files with 0 additions and 2 deletions

View File

@ -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)