From 10e914aa7e7386848b39aa72a39eb2662e74bc2f Mon Sep 17 00:00:00 2001 From: Quamrul Siddiqui <125456749+QuamrulSiddiqui@users.noreply.github.com> Date: Thu, 13 Mar 2025 17:31:15 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dde86fd..cbd50b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This defines the name of the workflow as it will appear in the "Actions" tab of the GitHub repository. name: 'Link Checker: All English' - +#test12 # The `on` key lets you define the events that trigger when the workflow is run. You can define multiple events here. For more information, see "[AUTOTITLE](/actions/using-workflows/triggering-a-workflow#using-events-to-trigger-workflows)." on: # Add the `workflow_dispatch` event if you want to be able to manually run this workflow from the UI. For more information, see [`workflow_dispatch`](/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch).