Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisChrist committed Mar 16, 2024
1 parent e775012 commit e2867eb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'docs/**'
paths:
- src/**
- tests/**
- pyproject.toml
- poetry.lock
- .github/workflows/test.yml

jobs:
lint:
Expand Down

0 comments on commit e2867eb

Please sign in to comment.