Skip to content

Commit 8132b5a

Browse files
Merge pull request #12 from IntelPython/add-manual-trigger-for-openssf-workflow
Add workflow-dispatch trigger for OpenSSF workflow
2 parents 98ceddd + aa0a45c commit 8132b5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/openssf-scorecard.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- cron: '28 2 * * 4'
1515
push:
1616
branches: [ "master" ]
17+
workflow_dispatch:
18+
1719

1820
# Declare default permissions as read only.
1921
permissions: read-all

0 commit comments

Comments
 (0)