Skip to content

Commit 84f3a31

Browse files
Disable action on push
[ci skip]
1 parent 2604b01 commit 84f3a31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/spelling.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ name: Check Spelling
3434
# For background, see: https://github.com/check-spelling/check-spelling/wiki/Feature:-Update-with-deploy-key
3535

3636
on:
37-
push:
38-
branches:
39-
- '**'
40-
- '!l10n_dev'
41-
tags-ignore:
42-
- "**"
37+
# push:
38+
# branches:
39+
# - '**'
40+
# - '!l10n_dev'
41+
# tags-ignore:
42+
# - "**"
4343
pull_request_target:
4444
branches:
4545
- '**'

0 commit comments

Comments
 (0)