From f4ee5743afc648cfbd65cc6add1b7d7f983bd8c4 Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 23 Jun 2023 12:04:53 -0600 Subject: [PATCH] fix: use correct branch name --- .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 8758df4f9c..a1189165b7 100644 --- a/.github/workflows/leetcode_directory_writer.yml +++ b/.github/workflows/leetcode_directory_writer.yml @@ -6,7 +6,7 @@ on: paths: - "leetcode/src/**.c" branches: - - main + - master jobs: build: if: github.repository == 'TheAlgorithms/C' # We only need this to run in our repository.