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