From 91b0da9d0dfdf1a6e610d802caa2f71afef67b00 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Thu, 31 Aug 2023 13:09:29 +0300 Subject: [PATCH] Update spellcheck.yml --- .github/workflows/spellcheck.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 92080e0..4371dba 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -1,6 +1,9 @@ name: spellcheck on: + push: + branches: [ "main" ] pull_request: + branches: [ "main" ] jobs: check-spelling: runs-on: ubuntu-latest