Skip to content

Commit

Permalink
Merge pull request #202 from custom-components/ludeeus-patch-3
Browse files Browse the repository at this point in the history
Limit CI
  • Loading branch information
isabellaalstrom authored Apr 7, 2022
2 parents 085b8a0 + d60f352 commit d64f763
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Validate with HACS

on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 0 * * *"

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Validate with hassfest

on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 0 * * *"

Expand Down

0 comments on commit d64f763

Please sign in to comment.