Skip to content

Commit 37db561

Browse files
committed
Add pull request trigger to OSSF scoreboard workflow and ignore path changes
1 parent c3e854b commit 37db561

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ossf-scoreboard.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
branch_protection_rule:
88
schedule:
99
- cron: '32 4 * * 5'
10+
pull_request:
11+
branches: [ "main" ]
12+
paths-ignore:
13+
- .github/workflows/ossf-scoreboard.yml
1014
push:
1115
branches: [ "main" ]
1216

0 commit comments

Comments
 (0)