Skip to content

Commit

Permalink
add nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Dec 9, 2020
1 parent ab916e3 commit d9dd20d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Expand Up @@ -63,3 +63,13 @@ workflows:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/

build_nightly:
triggers:
- schedule:
cron: "20 20 * * *"
filters:
branches:
only: main
jobs:
- build

0 comments on commit d9dd20d

Please sign in to comment.