From c412d432040803a7dc7d52dd86bdb04476f1037b Mon Sep 17 00:00:00 2001 From: Funasitien DreamCloud <86372093+Funasitien@users.noreply.github.com> Date: Sat, 17 Aug 2024 14:02:02 +0200 Subject: [PATCH] Update lint-build.yml --- .github/workflows/lint-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-build.yml b/.github/workflows/lint-build.yml index 2c39d3c..66e5a65 100644 --- a/.github/workflows/lint-build.yml +++ b/.github/workflows/lint-build.yml @@ -4,9 +4,9 @@ on: push: tags: - v* - branches: [ main ] + branches: [ dev ] pull_request: - branches: [ main ] + branches: [ dev ] env: CACHE_KEY: 'hugo-hinode-template'