.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/**' - 'win32/**'
branches: branches:
- master - master
- actions - v0.23.x
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'android/**' - 'android/**'
@ -24,6 +24,7 @@ on:
- 'win32/**' - 'win32/**'
branches: branches:
- master - master
- v0.23.x
jobs: jobs:
build-linux: build-linux: