Skip to content

Commit f403bb1

Browse files
authored
Use 'main' as default branch (#486)
1 parent 32eaf7b commit f403bb1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches: [main]
77

88
jobs:
99
test:

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tag new version
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
paths:
77
- 'databricks_cli/version.py'
88

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
databricks-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

0 commit comments

Comments
 (0)