From e7366d00e4e7ca522c6c695c36a65503c837fea6 Mon Sep 17 00:00:00 2001 From: Bence Magyar Date: Fri, 7 Apr 2023 20:34:23 +0100 Subject: [PATCH] Remove RHEL builds from PRs (#983) --- .github/workflows/rolling-rhel-binary-build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/rolling-rhel-binary-build.yml b/.github/workflows/rolling-rhel-binary-build.yml index 563ad6e3d4..a4faa537af 100644 --- a/.github/workflows/rolling-rhel-binary-build.yml +++ b/.github/workflows/rolling-rhel-binary-build.yml @@ -1,11 +1,6 @@ name: Rolling RHEL Binary Build on: workflow_dispatch: - branches: - - master - pull_request: - branches: - - master push: branches: - master