Skip to content

Commit b50940f

Browse files
Update vale-linting.yml
1 parent 38f9523 commit b50940f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/vale-linting.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: reviewdog
22
on:
33
pull_request:
44
types: [opened, synchronize, reopened]
5-
branches: [ master, 'v[0-9].[0-99]' ]
5+
branches:
6+
- master
7+
- main
8+
- v**.**
69

710
jobs:
811
vale:

0 commit comments

Comments
 (0)