From 5289c46b5e8be6074f5db84c1695434e6591f917 Mon Sep 17 00:00:00 2001 From: Katie Mulliken Date: Sat, 7 Dec 2024 23:04:41 -0500 Subject: [PATCH] ci: update GitHub workflow triggers to target master branch only and remove scheduled runs --- .github/workflows/HASAction.yml | 6 ++++-- .github/workflows/hassfest.yml | 6 ++++-- .github/workflows/reuse-lint.yml | 4 ++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/HASAction.yml b/.github/workflows/HASAction.yml index 1912f6b6..6ae79af5 100644 --- a/.github/workflows/HASAction.yml +++ b/.github/workflows/HASAction.yml @@ -2,9 +2,11 @@ name: HACS Action on: push: + branches: + - master pull_request: - schedule: - - cron: "0 0 * * *" + branches: + - master jobs: hacs: diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml index fe34a468..51ca84e8 100644 --- a/.github/workflows/hassfest.yml +++ b/.github/workflows/hassfest.yml @@ -2,9 +2,11 @@ name: Validate with hassfest on: push: + branches: + - master pull_request: - schedule: - - cron: '0 0 * * *' + branches: + - master jobs: validate: diff --git a/.github/workflows/reuse-lint.yml b/.github/workflows/reuse-lint.yml index 0f4a59e6..16238d6a 100644 --- a/.github/workflows/reuse-lint.yml +++ b/.github/workflows/reuse-lint.yml @@ -2,7 +2,11 @@ name: Reuse Lint on: push: + branches: + - master pull_request: + branches: + - master jobs: reuse: