We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefa443 commit 369135aCopy full SHA for 369135a
.github/config.yml
@@ -7,13 +7,13 @@
7
debian:
8
ci:
9
paths:
10
- - docker/linux/debian/**
+ - docker/linux/debian/*
11
- docker/linux/debian_build.sh
12
- docker/push.sh
13
- docker/linux/build.sh
14
- docker/linux/common_fun.sh
15
- docker/linux/group_manifests.sh
16
- - .github/workflows/**
+ - .github/**/*
17
manifests:
18
- name: envoy-build
19
tag: devtools-{sha}
@@ -87,12 +87,12 @@ debian:
87
ubuntu:
88
89
90
- - docker/linux/ubuntu/**
+ - docker/linux/ubuntu/*
91
92
93
94
95
96
97
- name: envoy-build-ubuntu
98
tag: ci-{sha}
0 commit comments