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 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