From 73a55ebd2a7103b35b59fd9cd65cbb524bd3c707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Vanderheyden?= Date: Fri, 25 Oct 2024 15:17:36 +0200 Subject: [PATCH] ci: run scorecard on alpha (current default branch) --- .github/workflows/scorecard.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index ed194f3..c7adf5c 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -12,7 +12,8 @@ on: schedule: - cron: '39 16 * * 2' push: - branches: ['main'] + branches: + - alpha # Declare default permissions as read only. permissions: read-all