Skip to content

Commit ed5969e

Browse files
ci: allow force run of ci
1 parent c582208 commit ed5969e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-development.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- LICENSE.md
1010
- 'scripts/**'
1111
- '.github/**'
12+
workflow_dispatch:
1213

1314
permissions:
1415
contents: write

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- LICENSE.md
1010
- 'scripts/**'
1111
- '.github/**'
12+
workflow_dispatch:
1213

1314
permissions:
1415
contents: write

0 commit comments

Comments
 (0)