Skip to content

Commit 6c8787e

Browse files
committed
fix integration build/push for images
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent 2859ac6 commit 6c8787e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/java_master_only.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- master
77
tags:
88
- 'v*.*.*'
9-
pull_request:
10-
branches:
11-
- master
129

1310
jobs:
1411
build-docker-images:

.github/workflows/master_only.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
8-
branches:
9-
- master
107

118
jobs:
129
integration-test-python:

0 commit comments

Comments
 (0)