Skip to content

Commit b7de98e

Browse files
authored
updated workflow to exclude markdown files (#2358)
1 parent 053ee0b commit b7de98e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/validate.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: validate
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '**.md'
57
push:
68
branches:
79
- master
10+
paths-ignore:
11+
- '**.md'
812

913
concurrency:
1014
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)