ci: github action support

This commit is contained in:
felord.cn
2021-03-23 00:37:08 +08:00
committed by felord
parent 7eac8dcdc4
commit 0f8aa8f2d0

View File

@@ -1,9 +1,8 @@
name: Maven Central Repo Deployment
# 当合并到release 分支
# 当 release 的时候触发
on:
create:
branches:
- release
release:
types: [released]
jobs:
publish:
runs-on: ubuntu-latest