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 name: checks
on: on:
pull_request: pull_request:
paths: paths: &CODE_PATHS
- 'src/**' - 'src/**'
- 'Cargo*' - 'Cargo*'
push: push:
paths: paths: *CODE_PATHS
- 'src/**'
- 'Cargo*'
branches: branches:
- main - main