Update textlint.yml
This commit is contained in:
parent
2877d20d68
commit
e0462b9fa3
12
.github/workflows/textlint.yml
vendored
12
.github/workflows/textlint.yml
vendored
|
@ -1,8 +1,16 @@
|
|||
name: Textlint
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */6 * * *'
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- '*/*'
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
- '*/*'
|
||||
- '**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user