Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Danieldiazi authored Dec 7, 2024
1 parent 2b2593c commit 6fd4a80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 6fd4a80

Please sign in to comment.