Browse Source
Merge pull request #1999 from weebl2000/also-sanity-build-main-dev
Have the github workflow sanity check also run against main and dev
pull/2023/head
Liam Cottle
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
8 additions and
0 deletions
-
.github/workflows/pr-build-check.yml
|
|
|
@ -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: |
|
|
|
|