From b11c21e62a19c7704e651a88f973c4fee15f5a8f Mon Sep 17 00:00:00 2001 From: rrooggiieerr Date: Tue, 22 Oct 2024 22:02:50 +0200 Subject: [PATCH] Update hacs.yml --- .github/workflows/hacs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index ea6cf6f..68cbd25 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -1,17 +1,17 @@ -name: HACS Action +name: HACS 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"