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 6733cdf commit de41ed0Copy full SHA for de41ed0
‎.github/workflows/add-netlify-links.yml‎
@@ -3,7 +3,7 @@ on:
3
workflow_call:
4
pull_request_target:
5
paths-ignore:
6
- - "**.ast"
+ - "source/**/*.ast"
7
jobs:
8
get-pr-changes:
9
name: Get Changed Files & Update PR Description
‎.github/workflows/vale-tdbx.yml‎
@@ -3,8 +3,8 @@ on:
pull_request:
paths:
- "source/**"
- paths-ignored:
+ paths-ignore:
10
vale:
0 commit comments