Skip to content

Commit 7075e93

Browse files
authored
update(ci): enable manual trigger for build/publish doc (#338)
2 parents a136ec4 + a1400f3 commit 7075e93

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/documentation.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,26 @@ name: "📚 Documentation"
55
# events but only for the master branch
66
on:
77
push:
8-
branches: [main]
8+
branches:
9+
- main
910
paths:
1011
- "docs/**"
1112
- "*.md"
1213
- ".github/workflows/documentation.yml"
14+
- ./mkdocs_rss_plugin
1315
tags:
1416
- "*"
1517

1618
pull_request:
17-
branches: [main]
19+
branches:
20+
- main
1821
paths:
1922
- .github/workflows/documentation.yml
2023
- docs/
2124
- requirements/documentation.txt
2225

26+
workflow_dispatch:
27+
2328
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2429
permissions:
2530
contents: read

0 commit comments

Comments
 (0)