Skip to content

Commit cc0f884

Browse files
committed
chore: done
1 parent 454d7fc commit cc0f884

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Generate and Deploy
22

33
on:
4-
push:
5-
branches: [
6-
'ci/**'
7-
]
4+
schedule:
5+
- cron: '0 0 * * *'
86
workflow_dispatch:
97

108
jobs:

0 commit comments

Comments
 (0)