Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
ci: trigger CI when markdown files are modified
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Miller <me@dje.li>
  • Loading branch information
Djelibeybi committed Dec 18, 2022
1 parent 90d05ac commit 7932e47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ on:
- "tests/**"
- "pyproject.toml"
- "poetry.lock"
- "**/*.md"
pull_request:
paths:
- "src/**"
- "docs/**"
- "tests/**"
- "pyproject.toml"
- "poetry.lock"
- "**/*.md"

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 7932e47

Please sign in to comment.