FIX(CI): Only run CI on source and .toml changes

There is no need to rerun CI if only the README has changed
pull/5/head
Carsten Kragelund 2 years ago
parent f85b449e66
commit 797a47cd18

@ -4,7 +4,13 @@ on:
push: push:
branches: branches:
- '**' - '**'
paths:
- '**/*.rs'
- '**/*.toml'
pull_request: pull_request:
paths:
- '**/*.rs'
- '**/*.toml'
jobs: jobs:
install-cross: install-cross:

Loading…
Cancel
Save