Skip to content

Commit

Permalink
Run Markdown test on GitHub action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 8, 2024
1 parent fdbc615 commit eba2703
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ on:
branches:
- main
paths:
- './**/*.md'
- '**/*.md'
- '.remarkrc.js'
- '.remarkignore'
- 'pnpm-lock.yaml'
- '.github/workflows/docs.yml'
pull_request:
paths:
- './**/*.md'
- '**/*.md'
- '.remarkrc.js'
- '.remarkignore'
- 'pnpm-lock.yaml'
- '.github/workflows/docs.yml'
permissions:
contents: read
jobs:
Expand Down

0 comments on commit eba2703

Please sign in to comment.