Skip to content

Commit fd63623

Browse files
authored
👷 Allow workflow dispatch for workflows (#672)
1 parent ac18dea commit fd63623

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*.*.*'
7+
workflow_dispatch:
78

89
permissions:
910
pull-requests: write

‎.github/workflows/renovate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths:
99
- 'renovate.json'
10+
workflow_dispatch:
1011

1112
jobs:
1213
validate:

0 commit comments

Comments
 (0)