File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3030 - name : Upload Pages artifact
3131 uses : actions/upload-pages-artifact@v3
3232 with :
33- path : dist/lib-workspace
33+ path : dist/lib-workspace/browser
3434 deploy :
3535 needs : build-demo
3636 permissions :
Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ name: Build PR
22
33on :
44 pull_request :
5+ branches :
6+ - ' main'
7+ paths-ignore :
8+ - ' docs/**'
9+ - ' .github/workflows/build-gh-pages-demo.yaml'
10+ - ' CHANGELOG.md'
11+ - ' README.md'
12+ - ' LICENSE'
513
614jobs :
715 generate_infos :
Original file line number Diff line number Diff line change 99 - ' docs/**'
1010 - ' .github/ISSUE_TEMPLATE/**'
1111 - ' .github/PULL_REQUEST_TEMPLATE.md'
12+ - ' .github/workflows/build-gh-pages-demo.yaml'
13+ - ' CHANGELOG.md'
14+ - ' LICENSE'
1215
1316jobs :
1417 create_release :
You can’t perform that action at this time.
0 commit comments