updated CI workflow

This commit is contained in:
Tomaae 2020-04-16 04:55:23 +02:00 committed by GitHub
parent 2a7084003e
commit 536d26a8cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,14 @@ name: CI
on:
push:
branches:
- dev
- master
paths:
- 'custom_components/**'
- 'tests/**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'custom_components/**'
- 'tests/**'
jobs:
black: