Skip to content

Commit 51fba5a

Browse files
Merge pull request #7 from christopher-buss/feature/mantle
ci: allow force run of ci
2 parents 4823e4b + ed5969e commit 51fba5a

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)