Skip to content

Commit

Permalink
Use 'main' as default branch (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjakobs authored Jun 15, 2022
1 parent 32eaf7b commit f403bb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
pull_request:
push:
branches: [master]
branches: [main]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tag new version

on:
push:
branches: [master]
branches: [main]
paths:
- 'databricks_cli/version.py'

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
databricks-cli
==============
.. image:: https://github.com/databricks/databricks-cli/actions/workflows/push.yml/badge.svg?branch=master
:target: https://github.com/databricks/databricks-cli/actions/workflows/push.yml?query=branch%3Amaster
.. image:: https://github.com/databricks/databricks-cli/actions/workflows/push.yml/badge.svg?branch=main
:target: https://github.com/databricks/databricks-cli/actions/workflows/push.yml?query=branch%main
:alt: Build status
.. image:: https://codecov.io/gh/databricks/databricks-cli/branch/master/graph/badge.svg
.. image:: https://codecov.io/gh/databricks/databricks-cli/branch/main/graph/badge.svg
:target: https://codecov.io/gh/databricks/databricks-cli


Expand Down

0 comments on commit f403bb1

Please sign in to comment.