.github/workflows/build.yml: rebuild branch v0.23.x
This commit is contained in:
parent
4e9b88559b
commit
b9cc036703
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue