Skip to content

Commit 6c3424c

Browse files
fix: use on pull request instead of on push
1 parent c54849d commit 6c3424c

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
@@ -2,7 +2,7 @@
22
# when doing a git push
33
name: leetcode_directory_writer
44
on:
5-
push:
5+
pull_request:
66
paths:
77
- 'leetcode/src/**.cpp'
88
jobs:

0 commit comments

Comments
 (0)