Skip to content

Commit 5f2e91d

Browse files
committed
ci: Change release flow to be manual
1 parent fa756ce commit 5f2e91d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release.yml

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

33
on:
4-
push:
5-
branches:
6-
- main
7-
paths-ignore:
8-
- 'package.json'
9-
- 'CHANGELOG.md'
4+
workflow_dispatch:
105

116
permissions:
127
contents: write

0 commit comments

Comments
 (0)