Skip to content

Commit 42ba061

Browse files
committed
modified release action configs to trigger on tags
1 parent 187e1e5 commit 42ba061

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- 'release/*'
88
# Trigger on Pull Requests targeting branches starting with 'release/'
9+
tags:
10+
- 'v*'
911
pull_request:
1012
branches:
1113
- 'release/*'

0 commit comments

Comments
 (0)