Skip to content

Commit a87af46

Browse files
authored
build: add workflow_dispatch (#41)
1 parent 2267baf commit a87af46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_semantic_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Semantic release
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -26,4 +27,4 @@ jobs:
2627
with:
2728
tag_name: v${{ needs.semantic-release.outputs.new_release_major_version }}
2829
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)