Skip to content

Commit

Permalink
Add manual workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Strixx76 committed Aug 13, 2024
1 parent e963cbb commit 0423446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: HACS Action

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
hacs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Validate with hassfest

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
validate:
Expand Down

0 comments on commit 0423446

Please sign in to comment.