Skip to content

Commit

Permalink
ci: Allow changes to spellcheck dictionary to trigger new builds
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Feb 11, 2024
1 parent 7250371 commit 845f5ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 845f5ea

Please sign in to comment.