From 6c3424cd205b90a032128a605d175ba99dc123f7 Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Sat, 31 Aug 2024 19:53:40 +0530 Subject: [PATCH] fix: use on pull request instead of on push --- .github/workflows/leetcode_directory_writer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/leetcode_directory_writer.yml b/.github/workflows/leetcode_directory_writer.yml index 9f3ac5b3ffe..7a29e114804 100644 --- a/.github/workflows/leetcode_directory_writer.yml +++ b/.github/workflows/leetcode_directory_writer.yml @@ -2,7 +2,7 @@ # when doing a git push name: leetcode_directory_writer on: - push: + pull_request: paths: - 'leetcode/src/**.cpp' jobs: