Skip to content

Commit 62fe664

Browse files
fix: unit tests not running on main branch (feast-dev#5909)
* Initial plan * Add push trigger to unit_tests.yml for master branch Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
1 parent 42ca14a commit 62fe664

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: unit-tests
22

33
on:
44
pull_request:
5+
push:
6+
branches:
7+
- master
58

69
jobs:
710
unit-test-python:

0 commit comments

Comments
 (0)