mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
Merge pull request #818 from voidking/dev
chore: trigger unittest by push
This commit is contained in:
commit
669b699432
2 changed files with 8 additions and 0 deletions
5
.github/workflows/auto-unittest.yaml
vendored
5
.github/workflows/auto-unittest.yaml
vendored
|
|
@ -2,6 +2,11 @@ name: Auto Unit Tests
|
|||
|
||||
on:
|
||||
pull_request_target:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'dev'
|
||||
- '*-release'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
3
.github/workflows/unittest.yaml
vendored
3
.github/workflows/unittest.yaml
vendored
|
|
@ -5,6 +5,9 @@ on:
|
|||
pull_request_target:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'dev'
|
||||
- '*-release'
|
||||
- '*-debugger'
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue