From 032b028aa7f9d197693a05d6836487074a8fe44c Mon Sep 17 00:00:00 2001 From: David Ko Date: Wed, 7 Feb 2024 23:07:28 +0800 Subject: [PATCH] Update codespell.yml Signed-off-by: David Ko --- .github/workflows/codespell.yml | 2 -- 1 file changed, 2 deletions(-) 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"