Skip to content

Commit e0462b9

Browse files
authored
Update textlint.yml
1 parent 2877d20 commit e0462b9

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/textlint.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: Textlint
22

33
on:
4-
schedule:
5-
- cron: '0 */6 * * *'
4+
push:
5+
branches:
6+
- '*'
7+
- '*/*'
8+
- '**'
9+
pull_request:
10+
branches:
11+
- '*'
12+
- '*/*'
13+
- '**'
614
workflow_dispatch:
715

816
jobs:

0 commit comments

Comments
 (0)