Skip to content

Commit

Permalink
Merge pull request #235 from crytic/dev-paths-ignore
Browse files Browse the repository at this point in the history
Don't run workflows if only Markdown files are changed
  • Loading branch information
montyly committed Mar 6, 2023
2 parents d7105dd + 7186d32 commit 2df6dfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI

on:
push:
paths-ignore:
- "**.md"
branches:
- master
- dev
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/echidna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Echidna

on:
push:
paths-ignore:
- "**.md"
- "**.rs"
- "**.py"
branches:
- master
- dev
Expand Down

0 comments on commit 2df6dfd

Please sign in to comment.