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: