Skip to content
  • Sponsor TheAlgorithms/C-Plus-Plus

  • Notifications You must be signed in to change notification settings
  • Fork 7.4k
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c3424c

Browse files
authoredAug 31, 2024··
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.