From a1b0932e29c5c3c78b0884a09064f04e0e789575 Mon Sep 17 00:00:00 2001 From: VladStanciu <164793313+VladStanciu@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:33:55 +0300 Subject: [PATCH] Update build_loop.yml --- .github/workflows/build_loop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 0d89c9b39..dfc07bd82 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -4,11 +4,11 @@ on: workflow_dispatch: ## Remove the "#" sign from the beginning of the line below to get automated builds on push (code changes in your repository) - #push: + push: ## Remove the "#" sign from the beginning of the two lines below to get automated builds every two months #schedule: - #- cron: '0 17 1 */2 *' # Runs at 17:00 UTC on the 1st in Jan, Mar, May, Jul, Sep and Nov. + - cron: '0 17 1 */2 *' Runs at 17:00 UTC on the 1st in Jan, Mar, May, Jul, Sep and Nov. jobs: secrets: