run scorecard flow on PRs

Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
pull/7066/head
Mohammed Al Sahaf 2025-06-14 00:38:37 +03:00
parent aedb7a0b77
commit 7926a32993
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -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