Skip to content

Commit bb2a05b

Browse files
committed
chore(action): allow for seperate version releases
1 parent 14bf290 commit bb2a05b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: Python PyPi Release
88
on:
99
push:
1010
tags:
11+
- py-v*
1112
- v*
1213

1314
permissions:

.github/workflows/rust-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
on:
77
push:
88
tags:
9+
- rs-v*
910
- v*
1011

1112

0 commit comments

Comments
 (0)