From cd13625d0759624591731b50de97116c5cdd80ca Mon Sep 17 00:00:00 2001 From: Samhunt97 <86675432+Samhunt97@users.noreply.github.com> Date: Fri, 1 Sep 2023 11:52:27 +0530 Subject: [PATCH] Update test_of_push_and_pull.yml The public APIs with all the branches connects the master whereas the push and pull request solu reply on the service that integrates it with other produced parental nodes --- .github/workflows/test_of_push_and_pull.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_of_push_and_pull.yml b/.github/workflows/test_of_push_and_pull.yml index 4ee1316f..699352ef 100644 --- a/.github/workflows/test_of_push_and_pull.yml +++ b/.github/workflows/test_of_push_and_pull.yml @@ -35,3 +35,4 @@ jobs: - name: Checking if push changes are duplicated run: python scripts/validate/links.py ${FILENAME} --only_duplicate_links_checker if: github.event_name == 'push' +