Run correct workflows

This commit is contained in:
Christiaan Goossens
2026-02-06 11:42:14 +01:00
parent 759ea57bc8
commit 5465c1d213
3 changed files with 27 additions and 25 deletions

View File

@@ -5,6 +5,7 @@ on:
push:
branches:
- main
- release/*
pull_request:
schedule:
- cron: "0 0 * * *"
@@ -18,4 +19,3 @@ jobs:
uses: hacs/action@22.5.0
with:
category: "integration"

View File

@@ -5,6 +5,7 @@ on:
push:
branches:
- main
- release/*
pull_request:
schedule:
- cron: "0 0 * * *"

View File

@@ -5,6 +5,7 @@ on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest