Skip to content

Commit 44ca12a

Browse files
authored
Modify update-leetcode-grid workflow triggers
Comment out push trigger and paths for clarity.
1 parent b93bede commit 44ca12a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/update-leetcode-grid.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Update LeetCode Grid
22

33
on:
4-
push:
5-
paths:
6-
- "Solutions/**"
7-
- "Scripts/update_project_readme.py"
4+
# push:
5+
# paths:
6+
# - "Solutions/**"
7+
# - "Scripts/update_project_readme.py"
88
workflow_dispatch:
99
workflow_run:
1010
workflows: ["Sync Leetcode"]
@@ -43,4 +43,4 @@ jobs:
4343
git fetch origin ${{ github.ref_name }}
4444
git rebase origin/${{ github.ref_name }}
4545
46-
git push origin HEAD:${{ github.ref_name }}
46+
git push origin HEAD:${{ github.ref_name }}

0 commit comments

Comments
 (0)