mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
Update workflow to trigger on push to main
Add push trigger for unit tests on main branch
This commit is contained in:
parent
3af709097e
commit
72f01a1638
2
.github/workflows/backend-unit-tests.yml
vendored
2
.github/workflows/backend-unit-tests.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ 'main' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, ready_for_review]
|
types: [opened, synchronize, reopened, ready_for_review]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user