mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Enable CI on the patch branch (#1042)
This commit is contained in:
parent
38a8c964b2
commit
2f24797033
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:
|
||||
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -2,9 +2,9 @@ name: "CodeQL checks"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ "master", "patch" ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ master, "patch" ]
|
||||
schedule:
|
||||
- cron: '44 17 * * 3'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user