diff --git a/.github/workflows/spell-check.yaml b/.github/workflows/spell-check.yaml index 8a040510..7b1fd92d 100644 --- a/.github/workflows/spell-check.yaml +++ b/.github/workflows/spell-check.yaml @@ -1,5 +1,9 @@ name: Spell Check -on: [pull_request] +on: + push: + branches: + - main + pull_request: jobs: run: @@ -10,6 +14,6 @@ jobs: uses: actions/checkout@v2 - name: Check spelling of proposals - uses: crate-ci/typos@4253c3c3eeb21070d64586855b263ce9bc7224ae + uses: crate-ci/typos@9be36f97fdbe645ee9a12449fb13aca856c2516a with: config: ${{github.workspace}}/.github/_typos.toml