Skip to content

Commit

Permalink
fix: use on pull request instead of on push
Browse files Browse the repository at this point in the history
  • Loading branch information
realstealthninja authored Aug 31, 2024
1 parent c54849d commit 6c3424c
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 @@ -2,7 +2,7 @@
# when doing a git push
name: leetcode_directory_writer
on:
push:
pull_request:
paths:
- 'leetcode/src/**.cpp'
jobs:
Expand Down

0 comments on commit 6c3424c

Please sign in to comment.