build: Run build & tests on main branch nightly

This commit is contained in:
Jakob Borg 2023-07-30 14:24:17 +02:00
parent 406e3646e5
commit 4f8cdd41ee
1 changed files with 3 additions and 0 deletions

View File

@ -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