Skip to content

Commit a2770e2

Browse files
authored
Update .github/workflows/docker.yaml
1 parent 8ca1c3f commit a2770e2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/docker.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
name: Docker
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- v1
8-
- release/*
9-
paths:
10-
- "docker/**"
11-
- ".github/workflows/docker.yaml"
12-
pull_request:
13-
branches:
14-
- main
15-
- v1
16-
paths:
17-
- "docker/**"
18-
- ".github/workflows/docker.yaml"
19-
types: [opened, reopened, synchronize, ready_for_review]
4+
# push:
5+
# branches:
6+
# - main
7+
# - v1
8+
# - release/*
9+
# paths:
10+
# - "docker/**"
11+
# - ".github/workflows/docker.yaml"
12+
# pull_request:
13+
# branches:
14+
# - main
15+
# - v1
16+
# paths:
17+
# - "docker/**"
18+
# - ".github/workflows/docker.yaml"
19+
# types: [opened, reopened, synchronize, ready_for_review]
2020
workflow_dispatch:
2121
inputs:
2222
process:

0 commit comments

Comments
 (0)