Skip to content

Commit c70363b

Browse files
committed
feat: re-enable CI publish
1 parent 437171f commit c70363b

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)