From 7926a329937d29f5be46940bcbd456f834d2d2c4 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Sat, 14 Jun 2025 00:38:37 +0300 Subject: [PATCH] run scorecard flow on PRs Signed-off-by: Mohammed Al Sahaf --- .github/workflows/scorecard.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 120ee5932..fad8621d2 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -12,7 +12,10 @@ on: schedule: - cron: '20 2 * * 5' push: - branches: [ "master" ] + branches: [ "master", "2.*" ] + pull_request: + branches: [ "master", "2.*" ] + # Declare default permissions as read only. permissions: read-all