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:

Loading…
Cancel
Save