File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test
33on :
44 pull_request :
55 push :
6- branches : [master ]
6+ branches : [main ]
77
88jobs :
99 test :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Tag new version
22
33on :
44 push :
5- branches : [master ]
5+ branches : [main ]
66 paths :
77 - ' databricks_cli/version.py'
88
Original file line number Diff line number Diff line change 11databricks-cli
22==============
3- .. image :: https://github.com/databricks/databricks-cli/actions/workflows/push.yml/badge.svg?branch=master
4- :target: https://github.com/databricks/databricks-cli/actions/workflows/push.yml?query=branch%3Amaster
3+ .. image :: https://github.com/databricks/databricks-cli/actions/workflows/push.yml/badge.svg?branch=main
4+ :target: https://github.com/databricks/databricks-cli/actions/workflows/push.yml?query=branch%main
55 :alt: Build status
6- .. image :: https://codecov.io/gh/databricks/databricks-cli/branch/master /graph/badge.svg
6+ .. image :: https://codecov.io/gh/databricks/databricks-cli/branch/main /graph/badge.svg
77 :target: https://codecov.io/gh/databricks/databricks-cli
88
99
You can’t perform that action at this time.
0 commit comments