From fb58a0486c36370cd27ce728c9002120c52ebade Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Mon, 3 Jun 2024 14:52:31 -0400 Subject: [PATCH] action not running on push, not sure why --- .github/workflows/fetch-licenses.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/fetch-licenses.yaml b/.github/workflows/fetch-licenses.yaml index 5f52060..ede4167 100644 --- a/.github/workflows/fetch-licenses.yaml +++ b/.github/workflows/fetch-licenses.yaml @@ -10,8 +10,7 @@ on: schedule: - cron: '0 0 * * *' # Runs at midnight ET push: - branches: - - elr/udpate-licenses + branches: [elr/update-licenses] jobs: fetch-licenses: