diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c26f2c6..ac0b5e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,22 @@ name: CI # - 'apps/**' # - 'appsbin/**' # - 'temp/**' -on: [push, pull_request] +# on: [push, pull_request] +on: + push: + paths-ignore: + - 'README.md' + - 'tools' + branchs: + - 'test' + - 'master' + pull_request: + paths-ignore: + - 'README.md' + - 'tools' + branchs: + - 'test' + - 'master' jobs: publish: diff --git a/README.md b/README.md index 829b90e..c299a32 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ * 由于`coding`限制仓库容量不能大于`2G`,尝试使用`github`的`cdn`源:`https://cdn.jsdelivr.net/gh/monlor/mbfiles` * 最新版本里选择`github下载源`默认为`cdn`源,**推荐使用** * 仓库已经重置,删除了历史记录 + * 修复`EasyExployer`启动bug,更新二进制程序版本 + * 更新`BaiduPCS`二进制程序 * 2020-03-04 * 为了减少项目体积,现在采用`Github Actions`自动部署插件安装包