We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a0678 commit 953eda8Copy full SHA for 953eda8
.github/workflows/agent-release.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ tags:
8
+ - "v*"
9
workflow_dispatch:
10
11
concurrency:
.github/workflows/array-release.yml
@@ -12,6 +12,8 @@ on:
12
- "package.json"
13
- "turbo.json"
14
- ".github/workflows/array-release.yml"
15
16
17
18
19
group: array-release
0 commit comments