Skip to content

Commit 0129af0

Browse files
committed
Do not build circleci on main
1 parent 6136dc4 commit 0129af0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ jobs:
3535
workflows:
3636
build-preview:
3737
jobs:
38-
- build-docs
38+
- build-docs:
39+
filters:
40+
branches:
41+
ignore:
42+
- main

0 commit comments

Comments
 (0)