Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e18c35f

Browse files
committed
Fix branch filter.
1 parent aac1682 commit e18c35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ workflows:
149149
triggers:
150150
- schedule:
151151
# Uses UTC timezone.
152-
cron: "05 20 * * *"
152+
cron: "16 20 * * *"
153153
filters:
154154
branches:
155155
only:
156-
- nightly
156+
- master
157157
jobs:
158158
- test_72_highest
159159
- test_71_sqlite

0 commit comments

Comments
 (0)