Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Sep 26, 2024
2 parents 921cb5e + 09d5348 commit 35c93a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ArduinoBuild_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ArduinoBuild_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 35c93a6

Please sign in to comment.