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 workflow if the project config changes
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 17, 2022
1 parent f5fe7eb commit 83143f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ on:
- "src/**"
- "docs/**"
- "tests/**"
- "pyproject.toml"
- "poetry.lock"
pull_request:
paths:
- "src/**"
- "docs/**"
- "tests/**"
- "pyproject.toml"
- "poetry.lock"

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

0 comments on commit 83143f3

Please sign in to comment.