CI triggers #6

Closed
Nicolas wants to merge 1 commits from feat/build_ci into develop

View File

@ -1,8 +1,8 @@
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches:
- master
- develop
jobs:
test:
@ -39,3 +39,5 @@ jobs:
- name: Test the project
run: platformio check --fail-on-defect high