From 798ac1f89b740f617926e5a5aef0bd6c2bd6916b Mon Sep 17 00:00:00 2001 From: SEBASTIAN JN Date: Sun, 22 Dec 2024 06:46:28 -0300 Subject: [PATCH] chore(actions): configure GitHub Actions workflow for typos check Set up GitHub Actions to trigger on push and pull request events for the main branch. --- .github/workflows/spell-check.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 7065661..6afb0e6 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -2,8 +2,6 @@ name: Spell Check Action ✨🔤 on: push: - branches: - - main pull_request: jobs: @@ -19,4 +17,4 @@ jobs: - name: Run Spelling Check 🔎 uses: crate-ci/typos@master with: - config: ./typos.toml \ No newline at end of file + config: ./typos.toml