Skip to content

Commit

Permalink
chore(ci): ignore md files for workflows (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk authored Apr 22, 2024
1 parent 7e4a4e2 commit 0ea36df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
branches:
- master
- 'polkadot-v**'
paths-ignore:
- "**.md"
pull_request:
branches:
- master
- 'polkadot-v**'
paths-ignore:
- "**.md"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 0ea36df

Please sign in to comment.