filters are, apparently, required

This commit is contained in:
Jean-Paul Calderone 2019-04-04 17:05:41 -04:00
parent ae4c8c6be1
commit 70e7ce6c3c

View File

@ -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"