We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705fd7f commit ddf8dccCopy full SHA for ddf8dcc
1 file changed
.github/workflows/docker.yml
@@ -6,10 +6,7 @@ on:
6
push:
7
branches:
8
- main
9
- paths:
10
- - 'Dockerfile'
11
- - 'pyproject.toml'
12
- - 'src/**'
+ workflow_dispatch: # Allow manual trigger
13
14
env:
15
REGISTRY_GHCR: ghcr.io
0 commit comments