Skip to content

Commit

Permalink
fix(ci): clean up workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkaldheim committed Aug 14, 2023
1 parent 29777c9 commit 3ce49dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/hass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ on:
workflow_dispatch:
push:
branches:
- master
- version-0.7.x
- main
pull_request:
branches:
- master
- version-0.7.x
- main
schedule:
- cron: "0 2 * * *"

Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: hassfest Validation
name: Hassfest Validation

on:
workflow_dispatch:
push:
branches:
- master
- version-0.7.x
- main
pull_request:
branches:
- master
- version-0.7.x
- main
schedule:
- cron: '0 1 * * *'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
name: Semantic Release
on:
push:
branches:
- master
- main
- next

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branches": [
{
"name": "master"
"name": "main"
},
{
"name": "next",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/fujitsu_airstage/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"domain": "fujitsu_airstage",
"name": "Fujitsu Airstage",
"codeowners": ["@danielkaldheim"],
"config_flow": true,
"dependencies": [],
"documentation": "https://www.home-assistant.io/integrations/fujitsu_airstage",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/danielkaldheim/ha_airstage/issues",
"requirements": ["pyairstage>=1.0.2"],
"config_flow": true,
"version": "1.0.3"
}

0 comments on commit 3ce49dd

Please sign in to comment.