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,8 +1,11 @@
|
|||||||
name: Maven Central Repo Deployment
|
name: Maven Central Repo Deployment
|
||||||
# 当 release 的时候触发
|
# 当 release 的时候触发
|
||||||
|
#on:
|
||||||
|
# release:
|
||||||
|
# types: [released]
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [released]
|
branches: [ release ]
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user