Skip to content

Commit 4c011d5

Browse files
update workflow
1 parent dd26adc commit 4c011d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches:
6-
- 'main'
7-
- 'confgiure-static-build'
5+
tags:
6+
- 'v*'
7+
88

99
jobs:
1010
build_site:

0 commit comments

Comments
 (0)