Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f876410

Browse files
authored
ENH:Update config.yml to trigger on PR
1 parent 363e6f0 commit f876410

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.circleci/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
version: 2.1
2+
3+
parameters:
4+
GHA_Actor:
5+
type: string
6+
default: ""
7+
GHA_Action:
8+
type: string
9+
default: ""
10+
GHA_Event:
11+
type: string
12+
default: ""
13+
GHA_Meta:
14+
type: string
15+
default: ""
16+
217
jobs:
318
build:
419
docker:
@@ -18,4 +33,9 @@ jobs:
1833
mkdocs build --site-dir _site_preview
1934
- store_artifacts:
2035
path: _site_preview
36+
workflows:
37+
build:
38+
when: << pipeline.parameters.GHA_Action >>
39+
jobs:
40+
- build
2141

0 commit comments

Comments
 (0)