| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,6 +3,17 @@ name: Reusable Docs | |||
| 3 | 3 | on: | |
| 4 | 4 | workflow_call: | |
| 5 | 5 | workflow_dispatch: | |
| 6 | + # Pushes to CPython branches seed the pip caches under the exact keys every | ||
| 7 | + # docs PR restores from. Without a branch-scoped copy, each PR saves a | ||
| 8 | + # duplicate into its own refs/pull/N/merge scope that nothing else can read. | ||
| 9 | + push: | ||
| 10 | + branches: | ||
| 11 | + - main | ||
| 12 | + - '3.*' | ||
| 13 | + paths: | ||
| 14 | + - 'Doc/pylock.toml' | ||
| 15 | + - 'Doc/requirements.txt' | ||
| 16 | + - '.github/workflows/reusable-docs.yml' | ||
| 6 | 17 | ||
| 7 | 18 | permissions: | |
| 8 | 19 | contents: read | |
| Back | FazBrowse Home | New Git URL |
0 commit comments