Skip to content

Commit 888379a

Browse files
committed
fixes 3
1 parent 67c8abe commit 888379a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,9 @@ workflows:
427427
triggers:
428428
- schedule:
429429
cron: "20 17 * * *"
430-
<<: *on-master
430+
filters:
431+
branches:
432+
only: master
431433
jobs:
432434
- build-macos:
433435
<<: *never # temporarily disabled

0 commit comments

Comments
 (0)