Skip to content

Commit

Permalink
fix(CI): do not ignore pyproject changes in root
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 16, 2023
1 parent b337416 commit 526203d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
- main
paths-ignore: ["docs/**", "scripts/**", "**.md", "*"]
paths-ignore: ["docs/**", "scripts/**", "**.md", "*", "!pyproject.toml"]
pull_request:
branches:
- main
types: [opened, synchronize, labeled, reopened, ready_for_review]
paths-ignore: ["docs/**", "scripts/**", "**.md", "*"]
paths-ignore: ["docs/**", "scripts/**", "**.md", "*", "!pyproject.toml"]

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 526203d

Please sign in to comment.