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: on:
pull_request: pull_request:
push: push:
schedule:
# Run nightly build at 05:00 UTC
- cron: '00 05 * * *'
env: env:
# The go version to use for builds. We set check-latest to true when # The go version to use for builds. We set check-latest to true when