Run on push

This commit is contained in:
Jonatan Castro 2020-11-26 17:25:58 +11:00
parent a9c3b8f109
commit 8ab4d1bdbd

View File

@ -18,16 +18,15 @@ jobs:
workflows: workflows:
version: 2 version: 2
backup: backup:
triggers: # triggers:
- schedule: # - schedule:
cron: "0 22 * * 1" # cron: "0 22 * * 1"
filters: # filters:
branches: # branches:
only: # only:
- master # - master
jobs: jobs:
- backup: - backup:
context: github-backup
filters: filters:
branches: branches:
only: master only: master