mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-29 03:31:56 +00:00
Enable CI on the patch branch (#1042)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -2,9 +2,9 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches: ["master", "patch"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
branches: ["master", "patch"]
|
||||
workflow_dispatch: # to allow manual re-runs
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user