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'