Skip to content

Commit 3da2613

Browse files
authored
Merge pull request #307 from finos/fix/docs-trigger-paths
ci(docs): trigger docs deploy when deploy scripts change
2 parents 052f4a2 + d736e9d commit 3da2613

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
paths:
77
- 'docs/**'
8+
- 'dev-tools/docs/**'
89
- 'src/**/cli/**'
910
- 'README.md'
1011
- '*.md'
@@ -14,10 +15,12 @@ on:
1415
branches: [main]
1516
paths:
1617
- 'docs/**'
18+
- 'dev-tools/docs/**'
1719
- 'src/**/cli/**'
1820
- 'README.md'
1921
- '*.md'
2022
- 'pyproject.toml'
23+
- '.github/workflows/docs.yml'
2124
# workflow_dispatch: allows triggering docs builds manually from the Actions UI
2225
workflow_dispatch:
2326
# NOTE: workflow_run trigger removed. It fired after "Quality Checks" and

0 commit comments

Comments
 (0)