From ced51090336b8687bbff2fbaf2b9e6a9ca4e53c9 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Wed, 20 Mar 2024 15:17:47 +0800 Subject: [PATCH] Test. --- .github/workflows/scorecards.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 24cf0cf35838..92247a7bc842 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -1,11 +1,6 @@ name: Scorecards supply-chain security -on: - # Only the default branch is supported. - branch_protection_rule: - schedule: - - cron: '17 2 * * 6' - push: - branches: [ "master" ] + +on: [push, pull_request] # Declare default permissions as read only. permissions: read-all