mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-31 15:09:32 +02:00
updated CI workflow
This commit is contained in:
parent
2a7084003e
commit
536d26a8cb
1 changed files with 6 additions and 3 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue