Skip to content

Commit

Permalink
chore: disable run lint shell when create tag (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code authored Mar 22, 2024
1 parent 8468244 commit 5855111
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint_shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Lint Shell

on:
push:
tags:
- v*
branches:
- main
paths:
Expand All @@ -20,7 +18,7 @@ concurrency:
cancel-in-progress: true

jobs:
shellcheck:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5855111

Please sign in to comment.