mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-19 01:56:37 +08:00
chore: Enable CI workflows for 'main' branch
* Update CI workflow configuration to include 'main' branch * Enable CI workflow triggering for changes on the 'main' branch
This commit is contained in:
parent
5419a10ee7
commit
3e50f2d462
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
- 'main'
|
||||||
- 'test/ci'
|
- 'test/ci'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user