Skip to content

Commit

Permalink
added paths ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Sep 3, 2024
1 parent 8e8eec0 commit 11672aa
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@ name: Tests

on:
push:
branches: ["main"]
paths:
- ".github/workflows/unit-tests.yml"
- "tests/**"
- "mess/**"
- "setup.py"
branches:
- main
paths-ignore:
- "docs/**"
- "*.md"
pull_request:
branches: ["main"]
paths:
- ".github/workflows/unit-tests.yml"
- "tests/**"
- "mess/**"
- "setup.py"
paths-ignore:
- "docs/**"
- "*.md"


permissions:
contents: read
Expand Down

0 comments on commit 11672aa

Please sign in to comment.