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"