Skip to content

Commit ceaaa64

Browse files
committed
Pin micropython to v1.20.0
Change branch build logic.
1 parent fb611b7 commit ceaaa64

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/build_esp32.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: ESP32
22

33
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule
4+
45
on:
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

1215
jobs:

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)