Skip to content

Commit 6bf9bac

Browse files
authored
feat: run pipeline each day
1 parent 5c03256 commit 6bf9bac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build Docker
22
on:
33
push:
44
branches: [main]
5+
schedule:
6+
- cron: '0 5 * * *'
57
jobs:
68
build:
79
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)