From 6a5e62198af631dd9e27b3b54fa2f549f7cfe8cb Mon Sep 17 00:00:00 2001 From: geemus Date: Thu, 18 Mar 2021 07:43:44 -0500 Subject: [PATCH] fix indentation to allow multiple types --- .github/workflows/certs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/certs.yml b/.github/workflows/certs.yml index 08bc06cc..f15f30ba 100644 --- a/.github/workflows/certs.yml +++ b/.github/workflows/certs.yml @@ -7,8 +7,9 @@ name: Check for updated cert bundle on: - [schedule, workflow_dispatch]: - - cron: "30 1 * * *" + schedule: + - cron: "30 1 * * *" + workflow_dispatch: jobs: certs: