From 0fae3bdf9119f03f073314236701bf543e3f012c Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Tue, 23 Apr 2024 12:51:06 +0200 Subject: [PATCH] Allow running CI --- .github/workflows/rolling-binary-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rolling-binary-build.yml b/.github/workflows/rolling-binary-build.yml index b083cc46fc..1ff9c0365d 100644 --- a/.github/workflows/rolling-binary-build.yml +++ b/.github/workflows/rolling-binary-build.yml @@ -4,12 +4,14 @@ name: Rolling Binary Build on: workflow_dispatch: + branches: + - testing pull_request: branches: - master push: branches: - - master + - testing schedule: # Run every morning to detect flakiness and broken dependencies - cron: '03 1 * * *'