From 49aa6cef4048aa53c252765fbb8c34c877b62077 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 17 Oct 2022 17:22:31 -0600 Subject: [PATCH] check-links.yml: Deactivate on push to master, for now Can still be triggered manually --- .github/workflows/check-links.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 71613711..5a8ec42e 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -1,9 +1,9 @@ name: Check for dead links on: - push: - branches: - - master + # push: + # branches: + # - master workflow_dispatch: jobs: