Skip to content

Commit 4e6a07c

Browse files
authored
Check spelling workflow ignore PRs targeting dev branch
1 parent 7c8a437 commit 4e6a07c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/spelling.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ on:
4141
# tags-ignore:
4242
# - "**"
4343
pull_request_target:
44-
branches:
45-
- '**'
46-
# - '!l10n_dev'
44+
branches-ignore:
45+
- dev
4746
tags-ignore:
4847
- "**"
4948
types:

0 commit comments

Comments
 (0)