mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
ci: github action support
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -1,9 +1,8 @@
|
|||||||
name: Maven Central Repo Deployment
|
name: Maven Central Repo Deployment
|
||||||
# 当合并到release 分支的
|
# 当 release 的时候触发
|
||||||
on:
|
on:
|
||||||
create:
|
release:
|
||||||
branches:
|
types: [released]
|
||||||
- release
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user