diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 006bc5c9..b1ab6b8e 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,7 +1,6 @@ name: Codespell on: - push: pull_request: branches: - master @@ -20,5 +19,4 @@ jobs: uses: codespell-project/actions-codespell@v2 with: check_filenames: true - ignore_words_file: .codespellignore skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum"