mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +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
|
||||
# 当合并到release 分支的
|
||||
# 当 release 的时候触发
|
||||
on:
|
||||
create:
|
||||
branches:
|
||||
- release
|
||||
release:
|
||||
types: [released]
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user