From 3454e6b986dae3378384e5c0cf18f1a2d03e5cbe Mon Sep 17 00:00:00 2001
From: Toni Uhlig <matzeton@googlemail.com>
Date: Tue, 10 Jan 2023 18:52:05 +0100
Subject: CI: Github Actions

 * act on main branch
 * added cron job

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
---
 .github/workflows/build.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

(limited to '.github')

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b79667a..e8b7fdd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,13 +2,16 @@ name: Build
 on:
   push:
     branches:
-      - master
+      - main
   pull_request:
     branches:
-      - master
+      - main
     types: [opened, synchronize, reopened]
   release:
     types: [created]
+  schedule:
+    - cron: "0 13 * * 1"
+
 jobs:
   test:
     name: ${{ matrix.os }}
-- 
cgit v1.2.3