From 0a1dc99be187bff88857a4b33e8bfe4c1df9cb84 Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Thu, 27 Aug 2020 09:05:11 +0300 Subject: [PATCH] Schedule build --- .github/workflows/continuous.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 4599a38..becd51f 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -22,11 +22,16 @@ #SOFTWARE. # #----------------------------- -#This file is part of Zap AppImage Package Manager + name: Continuous on: - - push + schedule: + - cron: "5 */12 * * *" + push: + branches: [master] + pull_request: + branches: [master] jobs: centos: