github: run ci on pushes to master as well
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
11
.github/workflows/rust.yml
vendored
11
.github/workflows/rust.yml
vendored
@@ -1,7 +1,14 @@
|
|||||||
on: [pull_request]
|
|
||||||
|
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- ci
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fmt:
|
fmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
|
|||||||
Reference in New Issue
Block a user