diff --git a/.github/workflows/rolling-rhel-binary-build.yml b/.github/workflows/rolling-rhel-binary-build.yml index 0768fbfd68..ab7067e121 100644 --- a/.github/workflows/rolling-rhel-binary-build.yml +++ b/.github/workflows/rolling-rhel-binary-build.yml @@ -4,6 +4,9 @@ on: push: branches: - master + pull_request: + branches: + - master schedule: # Run every day to detect flakiness and broken dependencies - cron: '03 1 * * *'