Skip to content

Commit

Permalink
Update textlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 authored Feb 28, 2022
1 parent 2877d20 commit e0462b9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/textlint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: Textlint

on:
schedule:
- cron: '0 */6 * * *'
push:
branches:
- '*'
- '*/*'
- '**'
pull_request:
branches:
- '*'
- '*/*'
- '**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e0462b9

Please sign in to comment.