Skip to content

Commit

Permalink
Make vale linter only run when PR opened or reopened (#2982)
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <[email protected]>
  • Loading branch information
ankatiyar authored Aug 29, 2023
1 parent 4194fbd commit 29b5cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-language-linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Language Linter for Kedro Docs
on:
pull_request:
types: [opened, reopened]
paths:
- "docs/**"
- '**.md'
Expand Down

0 comments on commit 29b5cb8

Please sign in to comment.