mirror of
https://github.com/thecode/ha-rpi_gpio.git
synced 2025-07-29 05:36:41 +00:00
Limit action
This commit is contained in:
parent
c5c44ccfd3
commit
9082ea00d3
6
.github/workflows/hacs.yml
vendored
6
.github/workflows/hacs.yml
vendored
@ -2,7 +2,11 @@ name: HACS Action
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
@ -16,3 +20,5 @@ jobs:
|
|||||||
uses: "hacs/action@main"
|
uses: "hacs/action@main"
|
||||||
with:
|
with:
|
||||||
category: "integration"
|
category: "integration"
|
||||||
|
# Can be removed when https://github.com/home-assistant/brands/pull/3132 is merged
|
||||||
|
ignore: "brands"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user