From 4e6a07c0d7954cc5e2d27aa1421d2d74dcfc19da Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 11 May 2025 11:49:52 +1000 Subject: [PATCH] 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 7aaa9296a..003022ac5 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: