We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2eb81 commit 85c8163Copy full SHA for 85c8163
.github/workflows/docs_deploy.yml
@@ -3,15 +3,10 @@ name: Documentation Build and Production Deploy CI
3
on:
4
push:
5
branches:
6
- - master
7
- release/*
8
paths:
9
- 'docs/**'
10
- '.github/workflows/docs.yml'
11
- pull_request:
12
- paths:
13
- - 'docs/**'
14
- - '.github/workflows/docs.yml'
15
16
jobs:
17
.github/workflows/docs_preview.yml
@@ -4,14 +4,9 @@ on:
- master
- - release/*
- # pull_request:
- # paths:
- # - 'docs/**'
- # - '.github/workflows/docs.yml'
0 commit comments