From 9082ea00d30804c3f8e7d714086e77461f7cc6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 3 Feb 2022 10:22:38 +0100 Subject: [PATCH] Limit action --- .github/workflows/hacs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index cc70f9a..763e79a 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -2,7 +2,11 @@ name: HACS Action on: push: + branches: + - main pull_request: + branches: + - main schedule: - cron: "0 0 * * *" @@ -16,3 +20,5 @@ jobs: uses: "hacs/action@main" with: category: "integration" + # Can be removed when https://github.com/home-assistant/brands/pull/3132 is merged + ignore: "brands"