Skip to content

Commit 504770b

Browse files
Chris ChomongoKart
authored andcommitted
Fix the trigger for the Vale GH action (mongodb#776)
1 parent 972b5f3 commit 504770b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vale-tdbx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: vale-checks
22
on:
3-
push:
4-
branches-ignore:
5-
- master
3+
pull_request:
4+
paths:
5+
- "source/**"
66

77
jobs:
88
vale:

0 commit comments

Comments
 (0)