From 70bfb89b58987ec0109bff8abfebf5e13171da1e Mon Sep 17 00:00:00 2001 From: davesmeghead Date: Mon, 30 Sep 2024 14:46:37 +0100 Subject: [PATCH] Update hassfest.yaml for all pushes and to run at midnight --- .github/workflows/hassfest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml index 77d72a3..645efb5 100644 --- a/.github/workflows/hassfest.yaml +++ b/.github/workflows/hassfest.yaml @@ -1,10 +1,10 @@ name: Validate with hassfest on: - pull_request: - branches: ["master"] push: - branches: ["master"] + pull_request: + schedule: + - cron: "0 0 * * *" jobs: hassfest: