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: on:
push: push:
branches: branches:
- master - main
- v1
pull_request: pull_request:
jobs: jobs:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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