From a1f97fda88612718e0a6aff06633e66838c5c8a1 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Tue, 2 Nov 2021 16:50:47 +0100 Subject: fix(cd): double stars to match everything (#145) * fix(cd): double stars to match everything * fix(ci): actually do some ci sometime --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/cd.yml') diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index aded4aa..21aafd9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,9 +21,9 @@ jobs: with: filters: | ts: - - '*.ts' - - '*.tsx' - - '*.json' + - '**.ts' + - '**.tsx' + - '**.json' build-deploy: name: '[cd|build-deploy]' runs-on: 'ubuntu-latest' -- cgit v1.2.3