Skip to content

Commit

Permalink
[core] Trigger Vale only if md files of the docs are impacted
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Jul 26, 2024
1 parent 6e7db26 commit 65ebeab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vale-action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Vale action

on: [pull_request]
on:
pull_request:
paths:
- 'docs/data/**.md'

permissions: {}

Expand Down

0 comments on commit 65ebeab

Please sign in to comment.