Skip compile tests when editing unit tests (#26991)

This commit is contained in:
Jason Smith 2024-04-20 15:55:30 -07:00 committed by GitHub
parent e1ab911c35
commit ca12459b9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,8 @@ on:
- config/**
- data/**
- docs/**
- test/**
- Marlin/tests/**
- '**/*.md'
push:
branches:
@ -23,6 +25,8 @@ on:
- config/**
- data/**
- docs/**
- test/**
- Marlin/tests/**
- '**/*.md'
jobs: