diff --git a/.github/workflows/leetcode_directory_writer.yml b/.github/workflows/leetcode_directory_writer.yml index 8758df4f..a1189165 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.