build: Run build & tests on main branch nightly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user