Skip to content

Commit ac37e41

Browse files
authored
Merge pull request #3528 from Flow-Launcher/spell_check_ignore_dev
Check spelling workflow ignore release PR targeting master branch
2 parents 7c8a437 + 99a7081 commit ac37e41

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+
- master
4746
tags-ignore:
4847
- "**"
4948
types:

0 commit comments

Comments
 (0)