Skip to content

Commit 1a86cff

Browse files
committed
builds
1 parent a88a342 commit 1a86cff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Release CI (Legacy)
33
on:
44
push:
55
tags:
6-
# Legacy tags - redirect to new monorepo release
7-
- 'v[0-9]*'
6+
# Legacy tags only - must start with v followed by version number
7+
- 'v[0-9].*'
8+
- '!async-cassandra-v*'
9+
- '!async-cassandra-bulk-v*'
810

911
jobs:
1012
full-ci:

0 commit comments

Comments
 (0)