We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3ca5e commit f630b41Copy full SHA for f630b41
.github/workflows/debian.yml
@@ -2,8 +2,8 @@ name: Debian
2
3
on:
4
push:
5
- paths: ['docker/debian/Dockerfile']
6
- workflow_dispatch:
+ #paths: ['docker/debian/Dockerfile']
+ #workflow_dispatch:
7
8
env:
9
DOCKER_REGISTRY: ghcr.io
.github/workflows/ubuntu.yml
@@ -3,7 +3,7 @@ name: Ubuntu
paths: ['docker/ubuntu/Dockerfile']
+ workflow_dispatch:
0 commit comments