run scorecard flow on PRs
Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>pull/7066/head
parent
aedb7a0b77
commit
7926a32993
|
@ -12,7 +12,10 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 2 * * 5'
|
- cron: '20 2 * * 5'
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "2.*" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "master", "2.*" ]
|
||||||
|
|
||||||
|
|
||||||
# Declare default permissions as read only.
|
# Declare default permissions as read only.
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
Loading…
Reference in New Issue