mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
filters are, apparently, required
This commit is contained in:
parent
ae4c8c6be1
commit
70e7ce6c3c
@ -45,6 +45,12 @@ workflows:
|
||||
# Build once a day
|
||||
- schedule:
|
||||
cron: "0 0 * * *"
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- "master"
|
||||
# Not sure if this is meaningful
|
||||
- "3024.faster-circleci-builds"
|
||||
|
||||
jobs:
|
||||
- "build-image-debian-8"
|
||||
|
Loading…
Reference in New Issue
Block a user