Skip to content

Commit cbc71bb

Browse files
authored
fix: push event (#2293)
1 parent 5fad2b8 commit cbc71bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs-sync.translate.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: GPT Translate Sync
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 0 * * *'
5+
push:
6+
branches:
7+
- main
78

89
permissions:
910
id-token: write

0 commit comments

Comments
 (0)