Skip to content

Commit 3a03ff6

Browse files
committed
chore(.github/workflows): filter to skip ci on changelog entries
1 parent e38e830 commit 3a03ff6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- ".changes/**"
8+
- "CHANGELOG.md"
69
pull_request:
710
branches: [main]
11+
paths-ignore:
12+
- ".changes/**"
13+
- "CHANGELOG.md"
814

915
env:
1016
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)