From faa6e0f65d06d9f7ea2c274bd368887ad7ee096d Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Wed, 1 Mar 2023 21:53:42 +0000 Subject: [PATCH] fix glob --- .woodpecker/esphome.yaml | 2 +- charts/esphome/values.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/esphome.yaml b/.woodpecker/esphome.yaml index 49e6a0f..e477691 100644 --- a/.woodpecker/esphome.yaml +++ b/.woodpecker/esphome.yaml @@ -1,6 +1,6 @@ --- when: - path: "charts/esphome/*" + path: "charts/esphome/**" branches: - main pipeline: diff --git a/charts/esphome/values.yaml b/charts/esphome/values.yaml index bea0bd1..52a7b5e 100644 --- a/charts/esphome/values.yaml +++ b/charts/esphome/values.yaml @@ -1,6 +1,5 @@ # Default values for esphome. # This is a YAML-formatted file. - image: repository: ghcr.io/esphome/esphome pullPolicy: IfNotPresent