Skip to content

Commit 05ecea3

Browse files
committed
update CI-Pipeline
1 parent 5404570 commit 05ecea3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@ name: CI
33
on:
44
push:
55
branches: [ "main", "feature-**", "patch-**" ]
6+
paths-ignore:
7+
- 'LICENSE'
8+
- 'README.md'
9+
- 'CONTRIBUTING.md'
10+
- 'CHANGELOG.md'
611
pull_request:
712
branches: [ "main", "feature-**", "patch-**" ]
813
paths-ignore:
914
- 'LICENSE'
1015
- 'README.md'
16+
- 'CONTRIBUTING.md'
17+
- 'CHANGELOG.md'
1118

1219
env:
1320
CARGO_TERM_COLOR: always
@@ -53,6 +60,4 @@ jobs:
5360
5461
- name: Build
5562
run: |
56-
cargo build --release
57-
58-
63+
cargo build

0 commit comments

Comments
 (0)