File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11name : ESP32
22
33# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule
4+
45on :
6+ push :
57 pull_request :
6- paths :
7- - " .github/workflows/build_esp32.yml"
8- - " micropython-modules/microlite/**"
9- - " micropython-modules/micropython-camera-driver/**"
8+ paths-ignore :
9+ - " examples/**"
10+ - " README.md"
11+ - " ci/*unix*.sh"
12+ - " .github/workflows/build_*.yml"
1013
1114
1215jobs :
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ function prepare_dependencies {
1717 cd dependencies
1818
1919 ULAB_VERSION=6.0.12
20- # MICRO_PYTHON_VERSION=v1.20.0
21- MICRO_PYTHON_VERSION=master
20+ MICRO_PYTHON_VERSION=v1.20.0
21+ # MICRO_PYTHON_VERSION=master
2222 MICROPYTHON_ESP32_CAMERA_DRIVER=master
2323 ESP32_TFLITE_VERSION=v1.0.0
2424
You can’t perform that action at this time.
0 commit comments