mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-17 18:45:13 +00:00
build: Run build & tests on main branch nightly
This commit is contained in:
parent
406e3646e5
commit
4f8cdd41ee
3
.github/workflows/build-syncthing.yaml
vendored
3
.github/workflows/build-syncthing.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user