Skip to content

Commit

Permalink
Fix paths for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosantama committed Apr 13, 2023
1 parent ffac433 commit 4409919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build-documentation
on:
pull_request:
paths:
- mfglib
- tests
- docs
- mfglib/**
- tests/**
- docs/**
- pyproject.toml
- .github/workflows/build-documentation.yml
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: lint-and-test
on:
pull_request:
paths:
- mfglib
- tests
- mfglib/**
- tests/**
- docs/source/*.py
- pyproject.toml
- .github/workflows/lint-and-test.yml
Expand Down

0 comments on commit 4409919

Please sign in to comment.