Skip to content

Commit

Permalink
attempt to fix double GH action runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Apr 13, 2022
1 parent 26abfbc commit f030e58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml → .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: HACS Action

on:
push:
branches:
main
pull_request:
schedule:
- cron: "0 0 * * *"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Validate with hassfest

on:
push:
branches:
main
pull_request:
release:
schedule:
Expand Down

0 comments on commit f030e58

Please sign in to comment.