Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jul 7, 2024
1 parent 0c2978e commit 791879f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
branches:
- '**'
paths-ignore:
- README.md
- LICENSE
pull_request:
branches: [master]

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- main # change this if your default branch is named differently
- master
- dev
paths-ignore:
- README.md
- LICENSE
workflow_dispatch:

defaults:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<sup>如果你发现了 Kami 与 Core 的不兼容问题,请提交 issue 并描述具体问题,我会尽快修复。</sup>

此项目针对 CI/CD 流程有做出改变:

- Release 阶段 Docker Image 将不会发布在原 Docker Hub 中. 未来有关 Docker Image 的发布目前待定。

以下是原项目的 README:

---
Expand Down

0 comments on commit 791879f

Please sign in to comment.