We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca1c3f commit a2770e2Copy full SHA for a2770e2
.github/workflows/docker.yaml
@@ -1,22 +1,22 @@
1
name: Docker
2
3
on:
4
- push:
5
- branches:
6
- - main
7
- - v1
8
- - release/*
9
- paths:
10
- - "docker/**"
11
- - ".github/workflows/docker.yaml"
12
- pull_request:
13
14
15
16
17
18
19
- types: [opened, reopened, synchronize, ready_for_review]
+ # push:
+ # branches:
+ # - main
+ # - v1
+ # - release/*
+ # paths:
+ # - "docker/**"
+ # - ".github/workflows/docker.yaml"
+ # pull_request:
+ # types: [opened, reopened, synchronize, ready_for_review]
20
workflow_dispatch:
21
inputs:
22
process:
0 commit comments