diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index c93dd5a..7768b2b 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -7,10 +7,10 @@ env: on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: init: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 50b3522..50d7cdf 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -3,10 +3,10 @@ name: Lint on: push: branches: - - master + - main pull_request: branches: - - master + - main schedule: - cron: "0 0 * * *" diff --git a/README.md b/README.md index 2025fbb..c319596 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ This repository can be used as a "blueprint" for add-on development to help you Add-on documentation: - [![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhome-assistant%2Faddons-example) ## Add-ons @@ -21,13 +20,12 @@ This repository contains the following add-ons _Example add-on to use as a blueprint for new add-ons._ - - - - [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg -[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg \ No newline at end of file +[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg diff --git a/example/config.yaml b/example/config.yaml index f331821..e0cadc2 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -3,7 +3,7 @@ name: Example add-on version: "1.1.0" slug: example description: Example add-on -url: "https://github.com/home-assistant/addons-example/tree/master/example" +url: "https://github.com/home-assistant/addons-example/tree/main/example" arch: - armhf - armv7