Skip to content

Commit 04bff69

Browse files
Merge pull request #445 from jasonnovichRunAI/master
updated linter action
2 parents 6cc137e + 2db9238 commit 04bff69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vale-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: reviewdog
22
on:
33
pull_request:
44
types: [opened, synchronize, reopened]
5-
branches: [ main, 'v[0-9].[0-9]' ]
5+
branches: [ master, 'v[0-9].[0-9]' ]
66

77
jobs:
88
vale:

0 commit comments

Comments
 (0)