more concise

This commit is contained in:
cascode _ 2023-10-21 14:12:12 -07:00
parent 8b5b5b539b
commit b511e5a81a
1 changed files with 2 additions and 4 deletions

View File

@ -1,13 +1,11 @@
name: checks
on:
pull_request:
paths:
paths: &CODE_PATHS
- 'src/**'
- 'Cargo*'
push:
paths:
- 'src/**'
- 'Cargo*'
paths: *CODE_PATHS
branches:
- main