Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyatuning committed Nov 19, 2023
1 parent 959fb9c commit 0dd35f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on: # yamllint disable-line rule:truthy
branches:
- master
pull_request:
schedule:
workflow_dispatch:

env:
Expand Down Expand Up @@ -39,9 +38,10 @@ jobs:
uses: "actions/[email protected]"

- name: HACS validation
uses: "hacs/action@22.5.0"
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands

hassfest:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 0dd35f7

Please sign in to comment.