From f38dee682f6b2346c8d3e39229405522da2758c1 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Tue, 17 Oct 2023 22:14:35 +0200 Subject: [PATCH] Update codespell.yml --- .github/workflows/codespell.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 2e74ffaf8..540b8df0b 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,9 +13,13 @@ on: branches: [ main ] paths: - '**.md' - #pull_request: - # paths: - # - '**.md' + pull_request: + types: [ opened, reopened, ready_for_review, labeled, assigned ] + paths: + - '**.md' + pull_request_review: + paths: + - '**.md' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: