Skip to content

Commit fe62fcc

Browse files
committed
chore: Ignore docs and markdown files
1 parent 8fd34b6 commit fe62fcc

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

.github/workflows/build_and_lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build and lint
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "docs/**"
7+
- "**.md"
58
push:
69
branches:
710
- master

.github/workflows/test_LTS.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "LTS"
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "docs/**"
7+
- "**.md"
58
push:
69
branches:
710
- master

.github/workflows/test_ee.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "EE"
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "docs/**"
7+
- "**.md"
58
push:
69
branches:
710
- master

.github/workflows/test_next.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "Next feature version"
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "docs/**"
7+
- "**.md"
58
push:
69
branches:
710
- master

.github/workflows/test_previous_LTS.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "previous LTS"
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "docs/**"
7+
- "**.md"
58
push:
69
branches:
710
- master

0 commit comments

Comments
 (0)