more concise

This commit is contained in:
cascode _ 2023-10-21 14:12:12 -07:00 committed by cascode
parent 4116009466
commit 1722b04715
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