mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 01:06:27 +02:00
chore: trigger unittest by push
This commit is contained in:
parent
bafdfe837b
commit
82ecee9ec4
2 changed files with 6 additions and 0 deletions
4
.github/workflows/auto-unittest.yaml
vendored
4
.github/workflows/auto-unittest.yaml
vendored
|
|
@ -2,6 +2,10 @@ name: Auto Unit Tests
|
|||
|
||||
on:
|
||||
pull_request_target:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'dev'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
2
.github/workflows/unittest.yaml
vendored
2
.github/workflows/unittest.yaml
vendored
|
|
@ -5,6 +5,8 @@ on:
|
|||
pull_request_target:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'dev'
|
||||
- '*-debugger'
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue