Run OSSF scorecard on release branches

This commit is contained in:
Mo Khan
2022-04-01 10:41:23 -04:00
committed by GitHub
parent a453522d81
commit ce82d799c9

View File

@@ -5,7 +5,7 @@ on:
schedule:
- cron: '29 11 * * 3'
push:
branches: [ main ]
branches: [ main, release* ]
# Declare default permissions as read only.
permissions: read-all