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