From 9ccfeeb3ae790b0baf1ad6a08578e6ce1aed6240 Mon Sep 17 00:00:00 2001 From: qtrinh2 Date: Thu, 1 Feb 2024 11:32:54 -0500 Subject: [PATCH] Update cicd--mv-website.yml --- .github/workflows/cicd--mv-website.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd--mv-website.yml b/.github/workflows/cicd--mv-website.yml index bfd40ec0..dc5d7a4c 100644 --- a/.github/workflows/cicd--mv-website.yml +++ b/.github/workflows/cicd--mv-website.yml @@ -3,11 +3,11 @@ name: "[mv-website] Build, Release, Deploy" on: push: branches: - #- "main" - - "*" + - "cicd-hugo-workflow" + - "main" paths: - #- "mv-website/**" - - "*" + - "mv-website/**" + - ".github/workflows/cicd--mv-website.yml" jobs: hugo-build-release-deploy: