Skip to content

Commit 3e7298a

Browse files
committed
chore(ci): add workflow_dispatch rule
1 parent 179404a commit 3e7298a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "poetry.lock"
1111
- "pyproject.toml"
1212
- "hacs.json"
13+
workflow_dispatch:
1314

1415
jobs:
1516
test:

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Verify
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
jobs:
89
snyk:

0 commit comments

Comments
 (0)