We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93bede commit 44ca12aCopy full SHA for 44ca12a
.github/workflows/update-leetcode-grid.yml
@@ -1,10 +1,10 @@
1
name: Update LeetCode Grid
2
3
on:
4
- push:
5
- paths:
6
- - "Solutions/**"
7
- - "Scripts/update_project_readme.py"
+ # push:
+ # paths:
+ # - "Solutions/**"
+ # - "Scripts/update_project_readme.py"
8
workflow_dispatch:
9
workflow_run:
10
workflows: ["Sync Leetcode"]
@@ -43,4 +43,4 @@ jobs:
43
git fetch origin ${{ github.ref_name }}
44
git rebase origin/${{ github.ref_name }}
45
46
- git push origin HEAD:${{ github.ref_name }}
+ git push origin HEAD:${{ github.ref_name }}
0 commit comments