From 4f8cdd41eee5fa7176d3397b70d57126defd7829 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 30 Jul 2023 14:24:17 +0200 Subject: [PATCH] build: Run build & tests on main branch nightly --- .github/workflows/build-syncthing.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index da4a2a3a3..a9dcec216 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -3,6 +3,9 @@ name: Build Syncthing on: pull_request: push: + schedule: + # Run nightly build at 05:00 UTC + - cron: '00 05 * * *' env: # The go version to use for builds. We set check-latest to true when