Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 8fdb73c

Browse files
authored
Update ci.yml
1 parent a2fb550 commit 8fdb73c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
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+
- 'README.md'
8+
- 'CHANGELOG.md'
69
pull_request:
710
branches: [ "main" ]
11+
paths-ignore:
12+
- 'README.md'
13+
- 'CHANGELOG.md'
814

915
env:
1016
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)