Skip to content

Commit da6e2d0

Browse files
committed
ci(semver): update to workflow_dispatch event
1 parent fd36e29 commit da6e2d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Semantic Releases
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
- '*.x'
4+
workflow_dispatch:
85

96
permissions:
107
contents: write

0 commit comments

Comments
 (0)