Skip to content

Commit 6a37448

Browse files
committed
drop cicd workflow from release branch; add execution on tags
running on the release branch is causing duplicate execution, which is especially unnecessary since every merge to release branch is accompanied by a tag
1 parent 447f270 commit 6a37448

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
push:
66
branches:
77
- master
8-
- release
8+
tags:
9+
- v*.*.*
910

1011
env:
1112
AWS_DEFAULT_REGION: us-east-1

0 commit comments

Comments
 (0)