We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f060c6 + 52a1297 commit 6545565Copy full SHA for 6545565
1 file changed
.github/workflows/cache-uv-build.yaml
@@ -3,7 +3,7 @@ name: Build uv cache
3
on:
4
push:
5
branches:
6
- - main
+ - '**'
7
paths:
8
- 'uv.lock'
9
- 'pyproject.toml'
@@ -40,4 +40,4 @@ jobs:
40
~/.cache/uv
41
~/.local/share/uv
42
.venv
43
- key: uv-main-${{ env.UV_VERSION }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('pyproject.toml', 'uv.lock') }}
+ key: uv-${{ github.ref_name }}-${{ env.UV_VERSION }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('pyproject.toml', 'uv.lock') }}
0 commit comments