Skip to content

Build: Don't run CI on unrelated changes #1807

Build: Don't run CI on unrelated changes

Build: Don't run CI on unrelated changes #1807

Workflow file for this run

name: Check Markdown links
on:
push:
paths:
- '.github/workflows/check-md-link.yml'
- 'mkdocs/**'
branches:
- 'main'
pull_request:
paths:
- '.github/workflows/check-md-link.yml'
- 'mkdocs/**'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1