ci: limit main CI to ignore on docs

This commit is contained in:
Jonathan Kelley 2022-02-10 12:05:19 -05:00
parent 8be5cb097b
commit b6f120ef58

View file

@ -1,7 +1,15 @@
on: [push, pull_request]
name: Rust CI
on:
push:
paths:
- packages
- examples
- src
- lib.rs
- Cargo.toml
pull_request:
jobs:
check:
name: Check