Skip to content

Commit

Permalink
ci(docs): fix paths for filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Sep 9, 2024
1 parent 29c2885 commit 8167c6e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
push:
branches: ["main"]
paths:
- ./.github/workflows/docs.yml
- ./CHANGELOG.md
- ./docs/**
- ./LICENSE
- ./mkdocs.yml
- ./pyproject.toml
- ./README.md
- ./src/**
- ./Taskfile.yml
- ./uv.lock
- .github/workflows/docs.yml
- CHANGELOG.md
- docs/**
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- src/**
- Taskfile.yml
- uv.lock
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 8167c6e

Please sign in to comment.