Skip to content

Commit 623eb64

Browse files
authored
Do not build PR previews for main (#849)
1 parent 072044d commit 623eb64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ jobs:
3333
3434
- store_artifacts:
3535
path: _build/html
36+
37+
workflows:
38+
build_prs:
39+
jobs:
40+
- build:
41+
filters:
42+
branches:
43+
ignore: main

0 commit comments

Comments
 (0)