From 29f4ce218b44270f0fce268d9e7d56fb212d85cf Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 28 Mar 2022 16:38:35 -0400 Subject: [PATCH] '* -> **' in pre_check. --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3466e255..e139caeb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,17 +21,17 @@ jobs: name: Check if the changes are about squiggle-lang src files uses: fkirc/skip-duplicate-actions@master with: - paths: '["packages/squiggle-lang/*"]' + paths: '["packages/squiggle-lang/**"]' - id: skip_components_check name: Check if the changes are about components src files uses: fkirc/skip-duplicate-actions@master with: - paths: '["packages/components/*"]' + paths: '["packages/components/**"]' - id: skip_website_check name: Check if the changes are about website src files uses: fkirc/skip-duplicate-actions@master with: - paths: '["packages/website/*"]' + paths: '["packages/website/**"]' lang-build-test: name: Language build and test