Skip to content

Commit b9c5411

Browse files
committed
docs : 删除在push pull-request时调用docker CI
1 parent 73d0623 commit b9c5411

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/docker-CI.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Docker-CI
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- main
10-
workflow_dispatch:
3+
on: [workflow_dispatch]
114

125
jobs:
136
build:

0 commit comments

Comments
 (0)