Skip to content

Commit

Permalink
changed the validation workflow back again
Browse files Browse the repository at this point in the history
  • Loading branch information
t1gr0u committed Mar 4, 2023
1 parent 9b06661 commit 8b75c40
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name: Validate
name: 'Validate HACS'

on:
push:
branches:
- master
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
branches:
- master
- dev

jobs:
validate-hacs:
runs-on: "ubuntu-latest"
validate:
runs-on: 'ubuntu-latest'
steps:
- uses: "actions/checkout@v2"
- uses: 'actions/checkout@v2'
- name: HACS validation
uses: "hacs/action@main"
uses: 'hacs/integration/action@master'
with:
category: "plugin"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: 'plugin'

0 comments on commit 8b75c40

Please sign in to comment.