Skip to content

Commit 188b098

Browse files
committed
feat(release): add workflow_dispatch option
1 parent aeab521 commit 188b098

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows-src/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: release
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### WARNING -- this file was generated by generate-workflows
22
name: release
33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

0 commit comments

Comments
 (0)