mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 09:16:36 +08:00
feat: add pr test
This commit is contained in:
parent
6cfa4c59f6
commit
69c0dcf280
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -12,6 +12,11 @@ name: CI
|
||||
# would trigger our jobs twice on pull requests (once from "push" event and once
|
||||
# from "pull_request->synchronize")
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
Loading…
Reference in New Issue
Block a user