Skip to content

Commit f630b41

Browse files
committed
Temporarily disable push path filter
1 parent 3e3ca5e commit f630b41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Debian
22

33
on:
44
push:
5-
paths: ['docker/debian/Dockerfile']
6-
workflow_dispatch:
5+
#paths: ['docker/debian/Dockerfile']
6+
#workflow_dispatch:
77

88
env:
99
DOCKER_REGISTRY: ghcr.io

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Ubuntu
33
on:
44
push:
55
paths: ['docker/ubuntu/Dockerfile']
6-
workflow_dispatch:
6+
workflow_dispatch:
77

88
env:
99
DOCKER_REGISTRY: ghcr.io

0 commit comments

Comments
 (0)