mirror of
https://github.com/m5stack/M5HAL.git
synced 2026-05-20 11:27:38 -07:00
Fixes conditions
This commit is contained in:
@@ -5,6 +5,11 @@ env:
|
||||
|
||||
on:
|
||||
push:
|
||||
tags-ignore:
|
||||
- '*.*.*'
|
||||
- 'v*.*.*'
|
||||
branches:
|
||||
- '*'
|
||||
paths:
|
||||
- '**.ino'
|
||||
- '**.cpp'
|
||||
@@ -33,12 +38,15 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
path:
|
||||
#- check: './' # path to include
|
||||
# exclude: '' # path to exclude
|
||||
- check: 'src'
|
||||
exclude: ''
|
||||
- check: 'test'
|
||||
exclude: ''
|
||||
- check: 'examples'
|
||||
exclude: ''
|
||||
# exclude: ''
|
||||
#- check: 'test'
|
||||
#- check: 'examples'
|
||||
# exclude: '(Fonts)' # Exclude file paths containing "Fonts"
|
||||
#- check: 'examples'
|
||||
# exclude: ''
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user