Do not duplicate tests

This commit is contained in:
Bas Nijholt 2022-08-28 12:29:26 -07:00
commit 377333beb2
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ name: pytest
on:
push:
branches: [master]
pull_request:
jobs:

View file

@ -2,6 +2,7 @@ name: Validate with hassfest
on:
push:
branches: [master]
pull_request:
schedule:
- cron: "0 0 * * *"

View file

@ -2,6 +2,7 @@ name: Validate
on:
push:
branches: [master]
pull_request:
schedule:
- cron: "0 0 * * *"