diff --git a/.github/workflows/md_spell.yml b/.github/workflows/md_spell.yml index a4b85d2..6a97ba3 100644 --- a/.github/workflows/md_spell.yml +++ b/.github/workflows/md_spell.yml @@ -4,8 +4,6 @@ name: Check Spellings # Start the job on all PR # ########################### on: - push: - branches: [ master ] pull_request: branches: [ master ] @@ -76,4 +74,4 @@ jobs: str='./' echo "The Following files were changed or created:" echo $FILES - do pyspelling -n Markdown -s FILES + pyspelling -n Markdown -s FILES