Skip to content

Commit 76b0d74

Browse files
authored
Update tag pattern for workflow triggers
1 parent 42a3f43 commit 76b0d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CD
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- 'moppy-v*'
77
workflow_dispatch:
88
inputs:
99
version:

0 commit comments

Comments
 (0)