Skip to content

Commit 8c5b614

Browse files
committed
chore: only trigger release on demand until repo is setup
1 parent 422fc16 commit 8c5b614

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.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)