There was an error while loading. Please reload this page.
main
3.x
1 parent 3a1b547 commit 28aa32dCopy full SHA for 28aa32d
1 file changed
.github/workflows/reusable-docs.yml
@@ -3,6 +3,17 @@ name: Reusable Docs
3
on:
4
workflow_call:
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'
17
18
permissions:
19
contents: read
0 commit comments