Skip to content

Commit

Permalink
Skip markdown validation on docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed May 31, 2024
1 parent 137a669 commit f582f1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/validate-markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ name: validate-markdown
#

# run this on push to any branch and creation of pull-requests
on: [push, pull_request]
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'

jobs:
mdv:

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f582f1f

Please sign in to comment.