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