mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-29 13:00:25 +00:00
Merge pull request #1999 from weebl2000/also-sanity-build-main-dev
Have the github workflow sanity check also run against main and dev
This commit is contained in:
8
.github/workflows/pr-build-check.yml
vendored
8
.github/workflows/pr-build-check.yml
vendored
@@ -9,6 +9,14 @@ on:
|
|||||||
- 'variants/**'
|
- 'variants/**'
|
||||||
- 'platformio.ini'
|
- 'platformio.ini'
|
||||||
- '.github/workflows/pr-build-check.yml'
|
- '.github/workflows/pr-build-check.yml'
|
||||||
|
push:
|
||||||
|
branches: [main, dev]
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
- 'examples/**'
|
||||||
|
- 'variants/**'
|
||||||
|
- 'platformio.ini'
|
||||||
|
- '.github/workflows/pr-build-check.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user