ci: only run build on source and TOML changes

pull/20/head
winston 2 years ago
parent a328cf982c
commit 50c06dcf80
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481

@ -4,7 +4,13 @@ on:
push:
branches:
- '**'
paths:
- '**/*.rs'
- '**/*.toml'
pull_request:
paths:
- '**/*.rs'
- '**/*.toml'
jobs:
install-cross:
@ -107,4 +113,4 @@ jobs:
target:
# Linux
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- x86_64-unknown-linux-musl

Loading…
Cancel
Save