Skip to content

Commit c4d95fc

Browse files
Trigger on tag
1 parent 510fe6d commit c4d95fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Deploy
2-
31
on:
42
push:
53
tags:
6-
- '*'
4+
- 'v*'
5+
6+
name: Deploy
77

88
jobs:
99
deploy:

0 commit comments

Comments
 (0)