Skip to content

Commit 3eb4cd2

Browse files
authored
ci: update scorecard to only run on push and PR to main
1 parent f96b8d9 commit 3eb4cd2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ossf_scorecard.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: OSSF Scorecard
22
on:
33
push:
44
branches:
5-
- "*" # avoid running on tag push (unsupported by scorecard)
5+
- main
6+
pull_request:
7+
branches:
8+
- main
69
workflow_dispatch:
710

811
permissions: read-all

0 commit comments

Comments
 (0)