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"