Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,26 @@ name: "📚 Documentation"
# events but only for the master branch
on:
push:
branches: [main]
branches:
- main
paths:
- "docs/**"
- "*.md"
- ".github/workflows/documentation.yml"
- ./mkdocs_rss_plugin
tags:
- "*"

pull_request:
branches: [main]
branches:
- main
paths:
- .github/workflows/documentation.yml
- docs/
- requirements/documentation.txt

workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down