Skip to content

Commit f0c0cbe

Browse files
authored
chore: only trigger release on demand (#133)
1 parent fdc0ed4 commit f0c0cbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/create-github-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: create-github-release
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- prerelease/**
8-
tags-ignore:
9-
- '*'
4+
# push:
5+
# branches:
6+
# - main
7+
# - prerelease/**
8+
# tags-ignore:
9+
# - '*'
1010
workflow_dispatch:
1111
inputs:
1212
prerelease:

0 commit comments

Comments
 (0)