Skip to content

Commit 47d5b17

Browse files
committed
chore: disable CI on PR until a stable docs build is resolved
1 parent 6b9bd85 commit 47d5b17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [master, production]
7-
paths:
8-
- "**.md"
9-
pull_request:
10-
branches: [master, production]
5+
# push:
6+
# branches: [master, production]
7+
# paths:
8+
# - "**.md"
9+
# pull_request:
10+
# branches: [master, production]
1111

1212
jobs:
1313
build_docs:

0 commit comments

Comments
 (0)