From 897b0fa9a3405300a455d5ea7cce5a790369df68 Mon Sep 17 00:00:00 2001 From: Tommie Gannert Date: Sat, 11 Sep 2021 13:38:55 +0200 Subject: [PATCH] Enables scheduled and push-triggered updates. --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37a28db..c2f645c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,13 +4,13 @@ name: Update Repository # Controls when the workflow will run on: - #push: - # # If the configuration has changed, this ensures we apply updates. - # branches: [ main ] + push: + # If the configuration has changed, this ensures we apply updates. + branches: [ main ] - #schedule: - # # Upstream releases around once per month, so twice a week should be fine. - # - cron: '23 14 * * mon,thu' + schedule: + # Upstream releases around once per month, so twice a week should be fine. + - cron: '23 14 * * mon,thu' workflow_dispatch: