Skip to content

Commit 8f410c3

Browse files
authored
fix: edit workflows (#95)
1 parent c37b08a commit 8f410c3

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/build-gh-pages-demo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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:

.github/workflows/pull-request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: Build PR
22

33
on:
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

614
jobs:
715
generate_infos:

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
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

1316
jobs:
1417
create_release:

0 commit comments

Comments
 (0)