Skip to content

Commit 85c8163

Browse files
committed
Added back the deploy on PR - Clean CI 12
1 parent fd2eb81 commit 85c8163

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/docs_deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ name: Documentation Build and Production Deploy CI
33
on:
44
push:
55
branches:
6-
- master
76
- release/*
87
paths:
98
- 'docs/**'
109
- '.github/workflows/docs.yml'
11-
pull_request:
12-
paths:
13-
- 'docs/**'
14-
- '.github/workflows/docs.yml'
1510

1611
jobs:
1712

.github/workflows/docs_preview.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ on:
44
push:
55
branches:
66
- master
7-
- release/*
87
paths:
98
- 'docs/**'
109
- '.github/workflows/docs.yml'
11-
# pull_request:
12-
# paths:
13-
# - 'docs/**'
14-
# - '.github/workflows/docs.yml'
1510

1611
jobs:
1712

0 commit comments

Comments
 (0)