Enable auto-test for 1.23.X branch

This commit is contained in:
Louis Lam 2023-10-09 07:23:30 +08:00
parent 88afab6571
commit a36f2a75ca
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ name: Auto Test
on:
push:
branches: [ master ]
branches: [ master, 1.23.X ]
paths-ignore:
- '*.md'
pull_request:
branches: [ master, 2.0.X ]
branches: [ master, 1.23.X ]
paths-ignore:
- '*.md'