build-deploy: jobs: - build: filters: branches: only: daily-build 还有配置文件里限制了分支,只有往daily-build分支上合并代码才会触发CircleCI的构建。