From 7e57e5b294899c100c6d220701323577e5601c71 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 17 Apr 2024 21:12:32 -0700 Subject: [PATCH] Update branch designation for CI --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 0b7ace182a..bdac0de3e8 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -12,7 +12,7 @@ on: schedule: - cron: '27 7 * * 0' push: - branches: [ "2.17" ] + branches: [ "2.18" ] # Declare default permissions as read only. permissions: read-all