From 570f89fcc64ea4ede76c2ed2252257ac4998ef1e Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 24 Nov 2023 11:18:59 +0100 Subject: [PATCH] Run codespell also on pushes Signed-off-by: DL6ER --- .github/workflows/codespell.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 05e5593f..e9222f63 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,6 +1,9 @@ name: Codespell on: + push: + branches: + - '**' pull_request: types: [opened, synchronize, reopened, ready_for_review]