We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d50906 commit 5ec949dCopy full SHA for 5ec949d
.github/workflows/ossf_scorecard.yml
@@ -1,6 +1,8 @@
1
name: OSSF Scorecard
2
on:
3
push:
4
+ branches:
5
+ - "*" # avoid running on tag push (unsupported by scorecard)
6
workflow_dispatch:
7
8
permissions: read-all
0 commit comments