8000 Enable CI on the patch branch · python-kasa/python-kasa@517f8c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 517f8c0

Browse files
committed
Enable CI on the patch branch
1 parent 38a8c96 commit 517f8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: ["master"]
5+
branches: ["master", "patch"]
66
pull_request:
7-
branches: ["master"]
7+
branches: ["master", "patch"]
88
workflow_dispatch: # to allow manual re-runs
99

1010
env:

0 commit comments

Comments
 (0)
0