mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
ci: limit main CI to ignore on docs
This commit is contained in:
parent
8be5cb097b
commit
b6f120ef58
1 changed files with 10 additions and 2 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue