From b79f7cd996a479aac6aca718471e19ad48180959 Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Sun, 14 Jan 2024 08:28:13 +0100 Subject: [PATCH] chore: check spelling on master and branches --- .github/workflows/spelling.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 386a24ed..f0361a4b 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -1,7 +1,9 @@ name: Spelling on: + push: + branches: ["master"] pull_request: - branches: [master] + branches: ["master"] jobs: spelling: