Update CI

This commit is contained in:
lewishe 2024-02-01 12:32:22 +08:00
parent fe941070ab
commit 32ed43a1a4

View File

@ -1,12 +1,15 @@
name: PlatformIO CI name: PlatformIO CI
on: on:
workflow_dispatch:
pull_request: pull_request:
push: push:
paths: paths:
- "examples/**" - "examples/**"
- "src/**" - "src/**"
- "lib/**"
- "platformio.ini"
- ".github/workflows/platformio.yml"
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest