移除拉取请求触发,简化 CI/CD 配置
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
name: Agent CI/CD
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
tags:
|
||||
- "v*"
|
||||
- "latest"
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
docker-image:
|
||||
|
||||
Reference in New Issue
Block a user