WIP: automated-testing #9

Draft
cascode wants to merge 30 commits from automated-testing into main
1 changed files with 2 additions and 4 deletions
Showing only changes of commit b511e5a81a - Show all commits

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