Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
adjust branches (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Nov 30, 2021
1 parent a4e54f4 commit 678661f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,30 @@ name: CI
on:
push:
branches:
- main
- release
- dev
pull_request: ~

env:
DEFAULT_PYTHON: 3.9

jobs:
validate:
validate-hacs:
runs-on: "ubuntu-latest"
name: Validate
name: Validate with HACS
steps:
- uses: "actions/checkout@v2"

- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands

validate-hassfest:
runs-on: "ubuntu-latest"
name: Validate with Hassfest
steps:
- uses: "actions/checkout@v2"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ name: "CodeQL"
on:
push:
branches:
- main
- dev
- release
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
- dev
- release
schedule:
- cron: "20 10 * * 0"

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
name: Validate
steps:
- uses: "actions/checkout@v2"
with:
ref: "release"

- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"

0 comments on commit 678661f

Please sign in to comment.