Skip to content

Commit 5db1591

Browse files
dgzlopestoumorokoshi
authored andcommitted
Rebuild docs if source files change (open-telemetry#380)
1 parent 5c17105 commit 5db1591

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docs.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ on:
44
push:
55
branches:
66
- master
7-
7+
paths:
8+
- 'docs/**'
9+
- 'ext/**'
10+
- 'opentelemetry-python/opentelemetry-api/src/opentelemetry/**'
11+
- 'opentelemetry-python/opentelemetry-sdk/src/opentelemetry/sdk/**'
12+
813
jobs:
914
docs:
1015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)