diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml index 258f692..d3f89c7 100644 --- a/.github/workflows/postgres.yml +++ b/.github/workflows/postgres.yml @@ -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