Skip to content

Commit

Permalink
fix: use correct branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Jun 23, 2023
1 parent 8a1a497 commit f4ee574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/leetcode_directory_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f4ee574

Please sign in to comment.