Skip to content

Commit 5e8a2ed

Browse files
authored
Update main.yml
1 parent 962e5e3 commit 5e8a2ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

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

33
on:
44
push:
5-
branches: [ "main" ]
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+*'
67

78
jobs:
89
dependencies:

0 commit comments

Comments
 (0)