feat: update github ci branch

pull/3586/head
yuluo 1 year ago
parent 05e5eee938
commit f938685e06

@ -2,10 +2,10 @@ name: Integration Testing
on:
push:
branches:
- 2022.x
- 2023.x
pull_request:
branches:
- 2022.x
- 2023.x
jobs:
deploy-docker-image:
runs-on: ubuntu-latest

@ -4,7 +4,7 @@ name: License checker
on:
pull_request:
branches: [ 2022.x ]
branches: [ 2023.x ]
jobs:
check-license:

@ -12,7 +12,7 @@ on:
- '**/*.md'
- '**/link-check.yml'
pull_request:
branches: [2022.x, "release/**"]
branches: [2023.x, "release/**"]
paths:
- '**/*.md'
- '**/link-check.yml'

Loading…
Cancel
Save