mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-18 01:26:37 +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
|
# would trigger our jobs twice on pull requests (once from "push" event and once
|
||||||
# from "pull_request->synchronize")
|
# from "pull_request->synchronize")
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- reopened
|
||||||
|
- synchronize
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
Loading…
Reference in New Issue
Block a user