chore(postgres): schedule new image every week
This commit is contained in:
parent
2d71a4a132
commit
1f285f6492
1 changed files with 4 additions and 0 deletions
4
.github/workflows/postgres.yml
vendored
4
.github/workflows/postgres.yml
vendored
|
@ -1,7 +1,11 @@
|
|||
name: Postgres image
|
||||
on:
|
||||
schedule:
|
||||
# every Thursday 2:30am
|
||||
- cron: "30 2 * * 2"
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/postgres.yml
|
||||
- postgres/**
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Add table
Reference in a new issue