Skip to content

Commit

Permalink
Disable automatic linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jan 22, 2024
1 parent 63c4066 commit fea1174
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint-build.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit fea1174

Please sign in to comment.