You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/09/16 12:49:52 UTC

[ws-wss4j] branch master updated: Switching scorecards to master

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new b218ad878 Switching scorecards to master
b218ad878 is described below

commit b218ad878aa570d9cef8ddc069748bb5e36ce1c4
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Sep 16 13:49:41 2022 +0100

    Switching scorecards to master
---
 .github/workflows/scorecards.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index f1430d9c3..6d36ea6b8 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -5,7 +5,7 @@ on:
   schedule:
     - cron: '43 19 * * 1'
   push:
-    branches: [ "main" ]
+    branches: [ "master" ]
 
 # Declare default permissions as read only.
 permissions: read-all