Skip to content

Commit cc6ca45

Browse files
authored
Update hacs.yml
fixed wrong file
1 parent f4aef73 commit cc6ca45

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/hacs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: HACS
22

33
on:
4-
push:
5-
tags:
6-
- '*'
7-
workflow_dispatch:
4+
pull_request:
85

96
jobs:
10-
hacs:
7+
validate:
118
runs-on: ubuntu-latest
129
steps:
1310
- uses: actions/checkout@v3
14-
- uses: hacs/integration@v2
11+
- name: Validate HACS Default Repo
12+
uses: hacs/action@main
13+
with:
14+
category: plugin

0 commit comments

Comments
 (0)