.github/workflows/build.yml: rebuild branch v0.23.x

This commit is contained in:
Max Kellermann 2021-12-03 23:00:40 +01:00
parent 4e9b88559b
commit b9cc036703
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ on:
- 'win32/**'
branches:
- master
- actions
- v0.23.x
pull_request:
paths-ignore:
- 'android/**'
@ -24,6 +24,7 @@ on:
- 'win32/**'
branches:
- master
- v0.23.x
jobs:
build-linux: