Branch name change (#2459)

Reviewed-on: https://gitea.com/xorm/xorm/pulls/2459
This commit is contained in:
Lunny Xiao 2024-05-15 08:45:25 +00:00
parent cbbd1f09e1
commit d47f35b260
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: