1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-22 18:25:18 +00:00

Don't test certain changes

This commit is contained in:
Scott Lahteine 2019-12-21 03:32:20 -06:00
parent c5179cffb4
commit 127fb9860c

View File

@ -10,6 +10,11 @@ on:
branches:
- bugfix-2.0.x
- dev-2.1.x
paths-ignore:
- config/**
- data/**
- docs/**
- '**/*.md'
jobs:
test_builds: