Skip to content

Commit f626abc

Browse files
committed
enable publish on tags
1 parent 79b4536 commit f626abc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Release
22

33
on:
4-
# push:
5-
# paths:
6-
# - "packages/core/**"
4+
push:
5+
paths:
6+
- "packages/core/**"
77
# branches:
88
# - master
99
# # when any of these versions receive a push
10-
# tags:
11-
# - "v*.*.*"
10+
tags:
11+
- "v*.*.*"
1212
# pull_request:
1313
# paths:
1414
# - "packages/core/**"

0 commit comments

Comments
 (0)