CI only for branch development

prevent CI runs in associated Tasmota helper repos
This commit is contained in:
Jason2866 2021-12-01 18:07:13 +01:00 committed by GitHub
parent 9b72a44367
commit aab4dcdb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ name: Tasmota CI
on:
workflow_dispatch:
pull_request:
branches: development
paths:
- '**.c'
- '**.cpp'