branch name change

This commit is contained in:
Lunny Xiao 2024-05-14 23:08:39 +08:00
parent 2ba7cf56e8
commit f1e033e89f
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
9 changed files with 18 additions and 9 deletions

View File

@ -2,7 +2,8 @@ name: test cockroach
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

View File

@ -2,7 +2,8 @@ name: test mariadb
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

View File

@ -2,7 +2,8 @@ name: test mssql
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

View File

@ -2,7 +2,8 @@ name: test mssql
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

View File

@ -2,7 +2,8 @@ name: test mysql
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

View File

@ -2,7 +2,8 @@ name: test mysql8
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

View File

@ -2,7 +2,8 @@ name: test postgres
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

View File

@ -2,7 +2,8 @@ name: test sqlite
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

View File

@ -2,7 +2,8 @@ name: test tidb
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs: