mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Disable action on push
[ci skip]
This commit is contained in:
parent
2604b01f05
commit
84f3a31dde
1 changed files with 6 additions and 6 deletions
12
.github/workflows/spelling.yml
vendored
12
.github/workflows/spelling.yml
vendored
|
|
@ -34,12 +34,12 @@ name: Check Spelling
|
|||
# For background, see: https://github.com/check-spelling/check-spelling/wiki/Feature:-Update-with-deploy-key
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- '!l10n_dev'
|
||||
tags-ignore:
|
||||
- "**"
|
||||
# push:
|
||||
# branches:
|
||||
# - '**'
|
||||
# - '!l10n_dev'
|
||||
# tags-ignore:
|
||||
# - "**"
|
||||
pull_request_target:
|
||||
branches:
|
||||
- '**'
|
||||
|
|
|
|||
Loading…
Reference in a new issue