From 8ab4d1bdbd287eb7119cbfa9f26006725926d10a Mon Sep 17 00:00:00 2001 From: Jonatan Castro Date: Thu, 26 Nov 2020 17:25:58 +1100 Subject: [PATCH] Run on push --- .circleci/config.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c8368a..a530582 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,16 +18,15 @@ jobs: workflows: version: 2 backup: - triggers: - - schedule: - cron: "0 22 * * 1" - filters: - branches: - only: - - master + # triggers: + # - schedule: + # cron: "0 22 * * 1" + # filters: + # branches: + # only: + # - master jobs: - backup: - context: github-backup filters: branches: only: master