From 4e6a07c0d7954cc5e2d27aa1421d2d74dcfc19da Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 11 May 2025 11:49:52 +1000 Subject: [PATCH 1/2] Check spelling workflow ignore PRs targeting dev branch --- .github/workflows/spelling.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 7aaa9296af7..003022ac5ee 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -41,9 +41,8 @@ on: # tags-ignore: # - "**" pull_request_target: - branches: - - '**' - # - '!l10n_dev' + branches-ignore: + - dev tags-ignore: - "**" types: From 99a7081d1e60f2edcc5357f115f975fb2fc3b444 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 11 May 2025 11:52:26 +1000 Subject: [PATCH 2/2] fix typo --- .github/workflows/spelling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 003022ac5ee..47bd66107b3 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -42,7 +42,7 @@ on: # - "**" pull_request_target: branches-ignore: - - dev + - master tags-ignore: - "**" types: