Skip to content

Commit e634b9c

Browse files
Merge pull request #2 from vilsonrodrigues/fix/ci-trigger
fix: trigger
2 parents 4a5735b + c3585ab commit e634b9c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ name: Release
44
run-name: Release version ${{ github.ref_name }} of the SDK
55

66
on:
7-
# no explicit inputs for tag_name; rely on the selected reference from the UI
8-
workflow_dispatch:
9-
7+
push:
8+
tags:
9+
- "v*"
10+
workflow_dispatch:
11+
1012
# ensures only a single instance of this release workflow is running at any one time
1113
concurrency:
1214
group: release-${{ github.ref_name }}

0 commit comments

Comments
 (0)