From a75f40dab72f4a8eeee63bf87a68ee9ad87f885c Mon Sep 17 00:00:00 2001 From: ChrisCarini <6374067+ChrisCarini@users.noreply.github.com> Date: Sat, 29 Jan 2022 18:42:23 -0800 Subject: [PATCH] Adding `addIconDir` branch to `scorecards-analysis.yaml` for testing `uses: laurentsimon/scorecard-action@bug/defaultbranch` for ossf/scorecard-action#75. --- .github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 11bb44f..c61dc4f 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -5,7 +5,7 @@ on: schedule: - cron: '15 17 * * 3' push: - branches: [ master ] + branches: [ master, addIconDir ] workflow_dispatch: # Declare default permissions as read only.