Skip to content

Commit ee009cf

Browse files
chore: add relevant files to paths-ignore in workflow (#1087)
1 parent ca4728a commit ee009cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ name: Lint Code and Run Tests
66
on:
77
pull_request:
88
branches: [develop]
9+
paths-ignore:
10+
- '**.md'
911
push:
1012
branches: [develop]
13+
paths-ignore:
14+
- '**.md'
1115

1216
jobs:
1317
lint:

0 commit comments

Comments
 (0)