From bfcbf76cde5d7ea13ec844a212f1a10c5c88f766 Mon Sep 17 00:00:00 2001 From: ruslandoga <67764432+ruslandoga@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:44:11 +0700 Subject: [PATCH] run spellcheck on all pushes --- .github/workflows/spellcheck.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 3472aa2..1f46d95 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -3,7 +3,6 @@ name: spellcheck on: pull_request: push: - branches: [master] jobs: codespell: