From 6fd4a80215e04559dad091bc6459823532f55c3c Mon Sep 17 00:00:00 2001 From: Daniel <3638478+Danieldiazi@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:04:10 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea6cf6f..290f9af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,17 +1,17 @@ -name: HACS Action +name: Validate on: - push: + push: pull_request: schedule: - cron: "0 0 * * *" + workflow_dispatch: jobs: - hacs: - name: HACS Action + validate-hacs: runs-on: "ubuntu-latest" steps: - - name: HACS Action + - name: HACS validation uses: "hacs/action@main" with: category: "integration"