Skip to content

Commit

Permalink
Use main zigpy CI branch (#77)
Browse files Browse the repository at this point in the history
* Use `main` branch for CI

* We don't have a `master` branch at the moment
  • Loading branch information
puddly authored Jul 10, 2024
1 parent 0854912 commit a880209
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on:
push:
branches:
- dev
- master
pull_request: ~

jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.yml@dm/update-ci-03272024
uses: zigpy/workflows/.github/workflows/ci.yml@main
with:
CODE_FOLDER: zha
CACHE_VERSION: 2
Expand Down

0 comments on commit a880209

Please sign in to comment.