chore: Only run examples checks on master & PRs

This commit is contained in:
Francois Best 2021-08-10 15:21:59 +02:00
parent 0561e9052a
commit 3116a3e43a
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: PlatformIO
on: on:
push: push:
branches: [master]
pull_request: pull_request:
branches: [ master ] branches: [ master ]