From 1b3663d60cb973756360017acc54fc4fa4d5797d Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 31 Aug 2022 08:15:38 -0400 Subject: [PATCH] Update get-roots.yml --- .github/workflows/get-roots.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/get-roots.yml b/.github/workflows/get-roots.yml index f7b509b9..346347d7 100644 --- a/.github/workflows/get-roots.yml +++ b/.github/workflows/get-roots.yml @@ -2,10 +2,15 @@ name: Check for Google Root CA Updates on: push: - branches: [ master ] + pull_request: schedule: - cron: '23 23 * * *' +defaults: + run: + shell: bash + working-directory: src + jobs: check-apis: runs-on: ubuntu-latest