mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-02 22:02:13 +08:00
Update workflow to trigger on push to main
Add push trigger for unit tests on main branch
This commit is contained in:
2
.github/workflows/backend-unit-tests.yml
vendored
2
.github/workflows/backend-unit-tests.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Unit Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'main' ]
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user