Merge pull request #1 from ludeeus/patch-1

Limit action
This commit is contained in:
Shay Levy 2022-02-03 11:30:34 +02:00 committed by GitHub
commit de8ae44129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"