We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4f38f commit 0453189Copy full SHA for 0453189
.github/workflows/vale-tdbx.yml
@@ -1,8 +1,8 @@
1
name: vale-checks
2
on:
3
- push:
4
- branches-ignore:
5
- - master
+ pull_request:
+ paths:
+ - "source/**"
6
7
jobs:
8
vale:
0 commit comments