← 返回首页
fix: unit tests not running on main branch (#5909) · opendatahub-io/feast@39acf62 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 39acf62

Browse files
2 peopleauthored 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 <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 0775727 commit 39acf62

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)

Footer

© 2026 GitHub, Inc.