From e9f2c14ccaa88eb6a14e34d74150d8345eed4175 Mon Sep 17 00:00:00 2001 From: Dave Sargent Date: Wed, 30 Oct 2024 19:39:22 -0700 Subject: [PATCH] Add ability to run scorecard on demand --- .github/workflows/scorecard.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 3aae1cd..471e32a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -13,6 +13,7 @@ on: - cron: '18 5 * * 5' push: branches: [ "main" ] + workflow_dispatch: # Allows manual triggering # Declare default permissions as read only. permissions: read-all