Skip to content

Commit 25180c9

Browse files
Copilotfranciscojavierarceo
authored andcommitted
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 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: franciscojavierarceo <[email protected]> Signed-off-by: yassinnouh21 <[email protected]>
1 parent a780e3b commit 25180c9

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)