Skip to content

Commit 3b16234

Browse files
authored
Update build.yml
1 parent 824bcaa commit 3b16234

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: build
22
on:
33
push:
4+
branches: [ "master" ]
5+
paths-ignore:
6+
- 'README.md'
47
pull_request:
5-
schedule:
6-
- cron: "20 7 * * 4" # Weekly on thursday
8+
branches: [ "master" ]
79

810
env:
911
CARGO_INCREMENTAL: 0
12+
CARGO_TERM_COLOR: always
1013
RUSTFLAGS: "-Dwarnings"
1114

1215
# All default features except non-exhaustive-enums,

0 commit comments

Comments
 (0)