Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 8ccb6e5

Browse files
authored
Enable PR checks on release branches (#1210)
1 parent 43063d3 commit 8ccb6e5

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/pr-checks-build-images.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 'release-v**.x'
78

89
env:
910
SDK_VERSION: "1.16.0"

.github/workflows/pr-checks-clean-images.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request_target:
55
branches:
66
- master
7+
- 'release-v**.x'
78
types: [closed]
89

910
env:

.github/workflows/pr-checks-push-images.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request_target:
55
branches:
66
- master
7+
- 'release-v**.x'
78

89
env:
910
REGISTRY_PREFIX: quay.io/redhat-developer

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 'release-v**.x'
78

89
env:
910
GO111MODULE: on

.github/workflows/pr-labels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request_target:
55
branches:
66
- master
7+
- 'release-v**.x'
78

89
jobs:
910
acceptance-tests-skipped-label:

0 commit comments

Comments
 (0)