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 1
1
name : ESP32
2
2
3
3
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule
4
+
4
5
on :
6
+ push :
5
7
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"
10
13
11
14
12
15
jobs :
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ function prepare_dependencies {
17
17
cd dependencies
18
18
19
19
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
22
22
MICROPYTHON_ESP32_CAMERA_DRIVER=master
23
23
ESP32_TFLITE_VERSION=v1.0.0
24
24
You can’t perform that action at this time.
0 commit comments