Skip to content

Commit 5195ea4

Browse files
committed
changed: build schedule and dependencies update
1 parent d698410 commit 5195ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build and push image📦
22

33
on:
44
workflow_dispatch:
5-
# schedule:
6-
# - cron: "00 17 * * SAT"
5+
schedule:
6+
- cron: "00 12 1 * *"
77
push:
88
branches: ["main"]
99
# pull_request:

0 commit comments

Comments
 (0)