Skip to content

Commit

Permalink
updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Oct 24, 2024
1 parent c7f2c7e commit acf2e90
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Tests

on:
push:
branches: [main, dev]
branches:
- main
paths:
- ".github/workflows/unit-tests.yml"
- "tests/**"
Expand All @@ -11,6 +12,17 @@ on:
- "!.github/workflows/build-docs.yml"
- "!docs/**"
- "!mkdocs.yml"
- "!README.md"
pull_request:
paths:
- ".github/workflows/unit-tests.yml"
- "tests/**"
- "mess/**"
- "setup.py"
- "!.github/workflows/build-docs.yml"
- "!docs/**"
- "!mkdocs.yml"
- "!README.md"

permissions:
contents: read
Expand Down

0 comments on commit acf2e90

Please sign in to comment.