Skip to content

Commit 9cd84d4

Browse files
committed
add paths-ignore to ci and echidna workflows
1 parent 107c27d commit 9cd84d4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
paths-ignore:
6+
- "**.md"
57
branches:
68
- master
79
- dev

.github/workflows/echidna.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Echidna
22

33
on:
44
push:
5+
paths-ignore:
6+
- "**.md"
7+
- "**.rs"
8+
- "**.py"
59
branches:
610
- master
711
- dev

0 commit comments

Comments
 (0)