We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5404570 commit 05ecea3Copy full SHA for 05ecea3
.github/workflows/ci.yml
@@ -3,11 +3,18 @@ name: CI
3
on:
4
push:
5
branches: [ "main", "feature-**", "patch-**" ]
6
+ paths-ignore:
7
+ - 'LICENSE'
8
+ - 'README.md'
9
+ - 'CONTRIBUTING.md'
10
+ - 'CHANGELOG.md'
11
pull_request:
12
13
paths-ignore:
14
- 'LICENSE'
15
- 'README.md'
16
17
18
19
env:
20
CARGO_TERM_COLOR: always
@@ -53,6 +60,4 @@ jobs:
53
60
54
61
- name: Build
55
62
run: |
56
- cargo build --release
57
-
58
63
+ cargo build
0 commit comments