Merge pull request #1999 from weebl2000/also-sanity-build-main-dev

Have the github workflow sanity check also run against main and dev
这个提交包含在:
Liam Cottle
2026-03-13 19:27:46 +13:00
提交者 GitHub
当前提交 aedc00e16a
+8
查看文件
@@ -9,6 +9,14 @@ on:
- 'variants/**'
- 'platformio.ini'
- '.github/workflows/pr-build-check.yml'
push:
branches: [main, dev]
paths:
- 'src/**'
- 'examples/**'
- 'variants/**'
- 'platformio.ini'
- '.github/workflows/pr-build-check.yml'
jobs:
build: