From f2b951e4028296ef8391d176f14bc87c581aa95f Mon Sep 17 00:00:00 2001 From: Dan Ellis Date: Tue, 12 Dec 2023 03:02:42 +0000 Subject: [PATCH] Update on change in addition to compute. --- .github/workflows/LinkChecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/LinkChecker.yml b/.github/workflows/LinkChecker.yml index 7b495cd..9177b59 100644 --- a/.github/workflows/LinkChecker.yml +++ b/.github/workflows/LinkChecker.yml @@ -1,4 +1,7 @@ on: + push: + branches: + - main # Set the branch you want to trigger the workflow on schedule: - cron: "0 0 1 * *" workflow_dispatch: