From d124575a91be8d7f23643d8b2fccb5a00577df76 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 31 Aug 2022 08:11:35 -0400 Subject: [PATCH] Update get-roots.yaml --- .github/workflows/get-roots.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/get-roots.yaml b/.github/workflows/get-roots.yaml index ea0173ce..dc6bf28a 100644 --- a/.github/workflows/get-roots.yaml +++ b/.github/workflows/get-roots.yaml @@ -1,6 +1,8 @@ name: Check for Google Root CA Updates on: + push: + branches: [ master ] schedule: - cron: '23 23 * * *'