Skip to content

Commit 953eda8

Browse files
authored
feat: Run release ci/cd on git tag pushes (#511)
- One line change
1 parent f6a0678 commit 953eda8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/agent-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- "v*"
79
workflow_dispatch:
810

911
concurrency:

.github/workflows/array-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- "package.json"
1313
- "turbo.json"
1414
- ".github/workflows/array-release.yml"
15+
tags:
16+
- "v*"
1517

1618
concurrency:
1719
group: array-release

0 commit comments

Comments
 (0)