- 增加共享域
This commit is contained in:
EstrellaXD
2022-07-18 23:29:04 +08:00
parent e768b7597c
commit 0008a1e00e
3 changed files with 16 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
name: Build(Docker)
on:
release:
push:
branches:
- master
types:
- released
- main
tags:
- "*"
jobs:
docker:

10
.github/workflows/publish-release.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: publish-release
on:
push:
branches:
- main
tags:
- "*"
jobs: