diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index eacf94a6..ae711a5b 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -3,10 +3,11 @@ name: Arduino_CI on: pull_request: push: - # paths: - # - "examples/**" - # - "src/**" - + paths: + - "examples/**" + - "src/**" + branches: + - t-watch-s3 jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index e520fb76..6995f1c3 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -6,7 +6,8 @@ on: paths: - "examples/**" - "src/**" - branches: + - "platformio.ini" + branches: - t-watch-s3 jobs: