Restore path restriction
This avoids running workflows when it's not needed
This commit is contained in:
12
.github/workflows/mdlint.yml
vendored
12
.github/workflows/mdlint.yml
vendored
@@ -1,10 +1,10 @@
|
||||
name: markdownlint
|
||||
on: [push]
|
||||
# push:
|
||||
# paths:
|
||||
# - '**/*.md'
|
||||
# - '.markdownlint.json'
|
||||
# - '!third_party/**'
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**/*.md'
|
||||
- '.markdownlint.json'
|
||||
- '!third_party/**'
|
||||
|
||||
jobs:
|
||||
mdlint:
|
||||
|
||||
Reference in New Issue
Block a user