mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-29 07:41:21 +00:00
feat: add paths to workflow trigger
This commit is contained in:
parent
7f1e459daa
commit
2e124fac61
1 changed files with 4 additions and 4 deletions
8
.github/workflows/checks.yml
vendored
8
.github/workflows/checks.yml
vendored
|
@ -2,11 +2,11 @@ name: Checks
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ main ]
|
||||||
- main
|
paths: [ 'src/**', 'Cargo.toml', 'Cargo.lock' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches: [ main ]
|
||||||
- main
|
paths: [ 'src/**', 'Cargo.toml', 'Cargo.lock' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fmt:
|
fmt:
|
||||||
|
|
Loading…
Reference in a new issue