Skip to content

Commit f4ee574

Browse files
authored
fix: use correct branch name
1 parent 8a1a497 commit f4ee574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/leetcode_directory_writer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths:
77
- "leetcode/src/**.c"
88
branches:
9-
- main
9+
- master
1010
jobs:
1111
build:
1212
if: github.repository == 'TheAlgorithms/C' # We only need this to run in our repository.

0 commit comments

Comments
 (0)