ci: add workflow_dispatch to validation workflows (manual re-run)

This commit is contained in:
Casey Romkes 2026-06-09 16:36:53 +02:00
commit 3db6a5490e
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ on:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
validate_hassfest:

View file

@ -6,6 +6,7 @@ on:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
validate_hacs: