Skip to content

Commit 7630c11

Browse files
committed
feat: deploy to prod on release
1 parent cde2ca8 commit 7630c11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Annie Web Production CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
tags:
6+
- v-*
67

78
steps:
89
deployToProd:

0 commit comments

Comments
 (0)