mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-02 15:52:26 +08:00
Merge pull request #6 from fawney19/dev
ci: 调整 Docker 构建工作流,移除 pull_request 触发器
This commit is contained in:
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -4,8 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [master, main]
|
branches: [master, main]
|
||||||
tags: ['v*']
|
tags: ['v*']
|
||||||
pull_request:
|
|
||||||
branches: [master, main]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
build_base:
|
build_base:
|
||||||
|
|||||||
Reference in New Issue
Block a user