From a7361741083a887caeb0f3ade74f0bcc095f977e Mon Sep 17 00:00:00 2001 From: Konstantin Chaika Date: Mon, 4 Dec 2023 12:26:40 +0400 Subject: [PATCH] Temporarily permit action for all branches --- .github/workflows/links_checker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/links_checker.yml b/.github/workflows/links_checker.yml index e9dc577..a8a4428 100644 --- a/.github/workflows/links_checker.yml +++ b/.github/workflows/links_checker.yml @@ -3,9 +3,9 @@ name: LinksChecker on: # Triggers the workflow on push or pull request events but only for the "master" branch push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] +# branches: [ "master" ] +# pull_request: +# branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: