Skip to content

Commit 5ec949d

Browse files
committed
ci: set scorecard ignore on tag push
1 parent 3d50906 commit 5ec949d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ossf_scorecard.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: OSSF Scorecard
22
on:
33
push:
4+
branches:
5+
- "*" # avoid running on tag push (unsupported by scorecard)
46
workflow_dispatch:
57

68
permissions: read-all

0 commit comments

Comments
 (0)