From 18d75e9420f1cd0674e27f4b8d276ac7c84f1988 Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Mon, 24 Mar 2025 13:17:15 +0300 Subject: [PATCH] Update build-and-push-images.yml --- .github/workflows/build-and-push-images.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index d8920a6..38f5bf8 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -5,6 +5,13 @@ on: push: branches: ['main'] + # Run manually from the GitHub UI + workflow_dispatch: + + # Run automatically on the 1st of every month at 00:00 UTC + schedule: + - cron: '0 0 1 * *' + jobs: build-and-push-image: runs-on: ubuntu-latest