Skip to content

Commit 369135a

Browse files
committed
fix
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent cefa443 commit 369135a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
debian:
88
ci:
99
paths:
10-
- docker/linux/debian/**
10+
- docker/linux/debian/*
1111
- docker/linux/debian_build.sh
1212
- docker/push.sh
1313
- docker/linux/build.sh
1414
- docker/linux/common_fun.sh
1515
- docker/linux/group_manifests.sh
16-
- .github/workflows/**
16+
- .github/**/*
1717
manifests:
1818
- name: envoy-build
1919
tag: devtools-{sha}
@@ -87,12 +87,12 @@ debian:
8787
ubuntu:
8888
ci:
8989
paths:
90-
- docker/linux/ubuntu/**
90+
- docker/linux/ubuntu/*
9191
- docker/push.sh
9292
- docker/linux/build.sh
9393
- docker/linux/common_fun.sh
9494
- docker/linux/group_manifests.sh
95-
- .github/workflows/**
95+
- .github/**/*
9696
manifests:
9797
- name: envoy-build-ubuntu
9898
tag: ci-{sha}

0 commit comments

Comments
 (0)