Have CI run more often
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
name: Rust CI
|
name: Rust CI
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, repoened, synchronize]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
combo:
|
combo:
|
||||||
name: test + Clippy + rustfmt
|
name: test + Clippy + rustfmt
|
||||||
|
|||||||
Reference in New Issue
Block a user