Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 44f5938

Browse files
author
5945434b48da5c93d5c096d80a41731d19a5fceb
committed
Merge branch 'main' into release
2 parents bea38b0 + 855be0b commit 44f5938

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/build-plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: cd dist && mv plugin plateau-plugin && zip -r plateau-plugin.zip plateau-plugin
5353
- name: Save artifacts
5454
uses: actions/upload-artifact@v2
55-
if: github.ref == 'refs/heads/main'
55+
if: github.ref == 'refs/heads/main' || 'refs/heads/release'
5656
with:
5757
name: plateau-plugin
5858
path: plugin/dist/plateau-plugin.zip

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
.github/workflows/ci.yml
2323
.github/workflows/ci-plugin.yml
2424
.github/workflows/ci-plugin-version-update.yml
25+
CHANGELOG.md
2526
- name: changed files for server
2627
id: server
2728
uses: tj-actions/changed-files@v36

0 commit comments

Comments
 (0)