mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Have our github PR sanity check also run against main and dev for every merge
This will pick up any easy to spot build failures on dev/main
This commit is contained in:
parent
8ac8c4d59d
commit
bcfe001370
1 changed files with 8 additions and 0 deletions
8
.github/workflows/pr-build-check.yml
vendored
8
.github/workflows/pr-build-check.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue