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
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Deploy Docs

on:
# Rebuild docs only when the package version changes on main, so the
# published docs always match the latest released package version
push:
branches: [main]
paths:
- "src/microsoft/opentelemetry/_version.py"
workflow_dispatch:
Comment thread
rads-1996 marked this conversation as resolved.

permissions:
Expand Down
Loading