From c3f287bc04ea656dc849e633fcf4ae4c1ccd6d49 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 16 Sep 2022 08:11:31 +0200 Subject: [PATCH] chore: deploy website once peer day instead on merge --- .github/workflows/website.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 0593022e0..f7db27f7f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -6,10 +6,8 @@ on: paths: - 'website/**' - './.github/workflows/website.yml' - push: - branches: - - 'master' - + schedule: + - cron: '0 0 * * *' jobs: build: runs-on: ubuntu-latest