Skip to content

Commit

Permalink
chore(workflows): fix path filters to search recursively into folders
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjholland committed Feb 10, 2025
1 parent e662e46 commit 5eaa122
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
branches:
- main
paths:
- pyprobe/*
- tests/*
- pyprobe/**
- tests/**
- docs/source/examples/*ipynb
- pyproject.toml
- .github/workflows/ci.yml
Expand All @@ -14,8 +14,8 @@ on:
branches:
- main
paths:
- pyprobe/*
- tests/*
- pyprobe/**
- tests/**
- pyproject.toml
- .github/workflows/ci.yml
- uv.lock
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
branches:
- main
paths:
- pyprobe/*
- tests/sample_data/*
- docs/*
- pyprobe/**
- tests/sample_data/**
- docs/**
- pyproject.toml
- .github/workflows/sphinx.yml
- uv.lock
Expand Down

0 comments on commit 5eaa122

Please sign in to comment.