Skip to content

Commit 2df6dfd

Browse files
authored
Merge pull request #235 from crytic/dev-paths-ignore
Don't run workflows if only Markdown files are changed
2 parents d7105dd + 7186d32 commit 2df6dfd

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)