Skip to content

Commit ec2f0d4

Browse files
authored
Disable Docker build triggers in workflow
Comment out pull_request and push triggers in the workflow.
1 parent 5fffbff commit ec2f0d4

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: docker-build
22
on:
3-
pull_request: {}
43
create:
5-
tags:
6-
- "**"
74
push:
8-
branches:
9-
- "elx-vault-main"
10-
tags:
11-
- "**"
5+
# pull_request: {}
6+
# create:
7+
# tags:
8+
# - "**"
9+
# push:
10+
# branches:
11+
# - "elx-vault-main"
12+
# tags:
13+
# - "**"
1214

1315
env:
1416
IMAGE_NAME: elx-vault

0 commit comments

Comments
 (0)