2
0
mirror of https://github.com/spritsail/alpine.git synced 2024-07-06 05:36:12 +00:00

Publish on cron rebuilds

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2022-08-06 15:31:12 +00:00
parent e50739bb32
commit bc6f6539b2
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -65,7 +65,7 @@ def step(ver, arch, key):
},
"when": {
"branch": branches,
"event": ["push"],
"event": ["push", "cron"],
},
},
]
@ -96,7 +96,7 @@ def publish(ver, depends, tags=[]):
},
"when": {
"branch": branches,
"event": ["push"],
"event": ["push", "cron"],
},
},
]