Skip to content

Commit 9ccfeeb

Browse files
authored
Update cicd--mv-website.yml
1 parent 8285f62 commit 9ccfeeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cicd--mv-website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: "[mv-website] Build, Release, Deploy"
33
on:
44
push:
55
branches:
6-
#- "main"
7-
- "*"
6+
- "cicd-hugo-workflow"
7+
- "main"
88
paths:
9-
#- "mv-website/**"
10-
- "*"
9+
- "mv-website/**"
10+
- ".github/workflows/cicd--mv-website.yml"
1111

1212
jobs:
1313
hugo-build-release-deploy:

0 commit comments

Comments
 (0)