Skip to content

Commit 633ff98

Browse files
fix: tag convention in ci/cd
1 parent 7e18cd0 commit 633ff98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and publish Python package
33
on:
44
push:
55
tags:
6-
- "v*"
6+
- "*"
77

88
jobs:
99
build:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
on:
77
push:
88
tags:
9-
- "v*"
9+
- "*"
1010

1111
jobs:
1212
release:

0 commit comments

Comments
 (0)