Skip to content

Commit f97e2da

Browse files
authored
Merge pull request #727 from rust-embedded/ci
run ci on merging instead of push
2 parents 3bc6ecc + c276ef3 commit f97e2da

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/bors.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches: master
44
pull_request:
5+
merge_group:
56

67
name: Continuous integration
78

@@ -36,6 +37,9 @@ jobs:
3637
with:
3738
key: ${{ matrix.TARGET }}
3839

40+
- run: cargo check --target ${{ matrix.TARGET }}
41+
env:
42+
RUSTFLAGS: -D warnings
3943
- run: cargo clippy --target ${{ matrix.TARGET }}
4044

4145
ci-linux:

0 commit comments

Comments
 (0)