Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisChrist committed Mar 16, 2024
1 parent 3f39429 commit bfa4bbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- main
paths:
- src/**
- docs/**
- 'src/**'
- 'docs/**'
- pyproject.toml
- poetry.lock
- .github/workflows/docs.yml
- '.github/workflows/docs.yml'

permissions:
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- main
paths:
- src/**
- tests/**
- 'src/**'
- 'tests/**'
- pyproject.toml
- poetry.lock
- .github/workflows/test.yml
- '.github/workflows/test.yml'

jobs:
lint:
Expand Down

0 comments on commit bfa4bbe

Please sign in to comment.