diff --git a/.github/workflows/lint-build.yml b/.github/workflows/lint-build.yml index 771eb89..5106901 100644 --- a/.github/workflows/lint-build.yml +++ b/.github/workflows/lint-build.yml @@ -1,12 +1,12 @@ name: Lint & build on: workflow_dispatch: - push: - tags: - - v* - branches: [ main ] - pull_request: - branches: [ main ] + # push: + # tags: + # - v* + # branches: [ main ] + # pull_request: + # branches: [ main ] env: CACHE_KEY: 'hugo-hinode-template'