We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1a497 commit f4ee574Copy full SHA for f4ee574
.github/workflows/leetcode_directory_writer.yml
@@ -6,7 +6,7 @@ on:
6
paths:
7
- "leetcode/src/**.c"
8
branches:
9
- - main
+ - master
10
jobs:
11
build:
12
if: github.repository == 'TheAlgorithms/C' # We only need this to run in our repository.
0 commit comments