chore: Only run examples checks on master & PRs
This commit is contained in:
parent
0561e9052a
commit
3116a3e43a
|
|
@ -2,6 +2,7 @@ name: PlatformIO
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue