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
|
name: Textlint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
push:
|
||||||
- cron: '0 */6 * * *'
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '*/*'
|
||||||
|
- '**'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '*/*'
|
||||||
|
- '**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user