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 +++--- .github/workflows/ci.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb6c347..962e9a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: push: branches: - '!main' + - '**' defaults: run: shell: 'bash' -- cgit v1.2.3