diff --git a/.github/workflows/ArduinoBuild_2.yml b/.github/workflows/ArduinoBuild_2.yml index 01a6d04..3ea1f55 100644 --- a/.github/workflows/ArduinoBuild_2.yml +++ b/.github/workflows/ArduinoBuild_2.yml @@ -2,8 +2,8 @@ name: ArduinoBuild(platform-version 2.x) env: SKETCH_NAME: build_test.ino - SKETCH_NAMES_FIND_START: ./build_test - REQUIRED_LIBRARIES: # M5Unified, M5GFX + SKETCH_NAMES_FIND_START: ./examples/workflow + REQUIRED_LIBRARIES: on: push: @@ -32,9 +32,9 @@ jobs: board: - m5stack-core-esp32 - #- m5stack-core2 - #- m5stack-atoms3 - #- m5stack-cores3 + - m5stack-core2 + - m5stack-atoms3 + - m5stack-cores3 platform-version: #- 2.0.15 diff --git a/.github/workflows/ArduinoBuild_3.yml b/.github/workflows/ArduinoBuild_3.yml index 1122ae3..4762812 100644 --- a/.github/workflows/ArduinoBuild_3.yml +++ b/.github/workflows/ArduinoBuild_3.yml @@ -5,13 +5,14 @@ env: SKETCH_NAMES_FIND_START: ./examples/workflow on: - push: # see: https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request + push: paths: - '**.ino' - '**.cpp' - '**.hpp' - '**.h' - '**.c' + - '**.inl' - '**ArduinoBuild_3.yml' pull_request: workflow_dispatch: