Run on push
This commit is contained in:
parent
a9c3b8f109
commit
8ab4d1bdbd
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user