From 845f5eacf85dfa464774c076e4b0ed3fec1acf18 Mon Sep 17 00:00:00 2001 From: deadlydog Date: Sun, 11 Feb 2024 12:59:36 -0600 Subject: [PATCH] ci: Allow changes to spellcheck dictionary to trigger new builds --- .github/workflows/build-test-and-deploy-powershell-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-and-deploy-powershell-module.yml b/.github/workflows/build-test-and-deploy-powershell-module.yml index a70de29..47785de 100644 --- a/.github/workflows/build-test-and-deploy-powershell-module.yml +++ b/.github/workflows/build-test-and-deploy-powershell-module.yml @@ -3,7 +3,7 @@ name: deploy on: push: branches: main - paths: [ "src/**", "build/**", "deploy/**", ".github/workflows/**" ] + paths: [ "src/**", "build/**", "deploy/**", ".github/workflows/**", "cspell.json" ] # Allows you to run this workflow manually from the Actions tab. workflow_dispatch: