Skip to content

Commit 207ad27

Browse files
author
Chris Cho
authored
Fix the trigger for the Vale GH action (#776)
1 parent 72bfca1 commit 207ad27

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)