Skip to content

Commit ddf8dcc

Browse files
committed
fix(ci): remove paths filter from docker workflow
1 parent 705fd7f commit ddf8dcc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ on:
66
push:
77
branches:
88
- main
9-
paths:
10-
- 'Dockerfile'
11-
- 'pyproject.toml'
12-
- 'src/**'
9+
workflow_dispatch: # Allow manual trigger
1310

1411
env:
1512
REGISTRY_GHCR: ghcr.io

0 commit comments

Comments
 (0)