From e524ecbd8c8a88445943b1d20e15c3b831b8f4e4 Mon Sep 17 00:00:00 2001 From: Corey Pyle Date: Thu, 29 Feb 2024 11:48:20 -0500 Subject: [PATCH] GitHub: Change JS workflow to include JSON in changed files check. --- .github/workflows/javascript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 51500c453d7..9124be367bc 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -20,7 +20,7 @@ jobs: id: changed-files uses: tj-actions/changed-files@v41 with: - files: "javascriptv3/**/*.{js,ts,jsx,tsx}" + files: "javascriptv3/**/*.{js,ts,jsx,tsx,json}" - name: Setup NodeJS if: steps.changed-files.outputs.any_changed == 'true' uses: actions/setup-node@v3