Skip to content

Commit 1ad4f48

Browse files
author
Ayaz Salikhov
committed
Improve workflows
1 parent 8499573 commit 1ad4f48

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- "docs/**"
1313
- "examples/**"
1414
- ".pre-commit-config.yaml"
15+
- ".readthedocs.yaml"
1516
push:
1617
branches:
1718
- master
@@ -23,6 +24,7 @@ on:
2324
- "docs/**"
2425
- "examples/**"
2526
- ".pre-commit-config.yaml"
27+
- ".readthedocs.yaml"
2628

2729
jobs:
2830
build-test-publish-images:

.github/workflows/sphinx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
paths:
66
- "docs/**"
77
- ".github/workflows/sphinx.yml"
8+
- ".readthedocs.yaml"
89
push:
910
branches:
1011
- master
1112
- main
1213
paths:
1314
- "docs/**"
1415
- ".github/workflows/sphinx.yml"
16+
- ".readthedocs.yaml"
1517

1618
jobs:
1719
build-docs:

0 commit comments

Comments
 (0)