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 c37b08a commit 8f410c3Copy full SHA for 8f410c3
3 files changed
.github/workflows/build-gh-pages-demo.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Upload Pages artifact
31
uses: actions/upload-pages-artifact@v3
32
with:
33
- path: dist/lib-workspace
+ path: dist/lib-workspace/browser
34
deploy:
35
needs: build-demo
36
permissions:
.github/workflows/pull-request.yml
@@ -2,6 +2,14 @@ name: Build PR
2
3
on:
4
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'
13
14
jobs:
15
generate_infos:
.github/workflows/release.yml
@@ -9,6 +9,9 @@ on:
- 'docs/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/PULL_REQUEST_TEMPLATE.md'
16
17
create_release:
0 commit comments