add new ci job for examples to bors (#1928)

followup on https://github.com/bevyengine/bevy/pull/1826#issuecomment-819874735: adding the new job to Bors
This commit is contained in:
François 2021-04-15 00:16:42 +00:00
parent 22314923d9
commit 6ed51c2355

1
.github/bors.toml vendored
View File

@ -7,6 +7,7 @@ status = [
"build-wasm (nightly, ubuntu-latest)",
"build-android",
"markdownlint",
"run-examples",
]
use_squash_merge = true