Skip to content

Commit 11df3fb

Browse files
authored
Drop PUSH trigger on JSON generation
1 parent 8cc96cf commit 11df3fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate-web-index.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
repository_dispatch:
44
types: ["Webindex update"]
55
workflow_dispatch:
6-
push:
76

87
concurrency:
98
group: redirector
@@ -212,4 +211,4 @@ jobs:
212211
git config --global user.email "[email protected]"
213212
git add data/.
214213
git diff --cached --quiet || git commit -m "Update WEB indes files"
215-
git push
214+
git push

0 commit comments

Comments
 (0)