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