Skip to content

Commit 7910f56

Browse files
committed
chore(workflow): add workflow_dispatch trigger to CLI semantic release
- Introduced a manual trigger for the CLI semantic release workflow, allowing for on-demand execution in addition to the existing push trigger on the main branch.
1 parent 0ceac5e commit 7910f56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cli-semantic-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CLI Semantic Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
paths:

0 commit comments

Comments
 (0)