From 464ef88193c33dddaa707f8cafb5428af19681e8 Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Tue, 24 Mar 2026 08:27:18 +0000 Subject: [PATCH] CI: Run RTLMeter when pushing to a 'ci-rtlmeter/**' branch This enables running the RTLMeter workflow on forks by just pushing to a branch of this form, without having to go and manually trigger in the web UI. --- .github/workflows/rtlmeter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rtlmeter.yml b/.github/workflows/rtlmeter.yml index 052bbb75a..bd8df0a35 100644 --- a/.github/workflows/rtlmeter.yml +++ b/.github/workflows/rtlmeter.yml @@ -11,6 +11,8 @@ on: - cron: '0 2 * * *' # Daily, starting at 02:00 UTC pull_request: types: [opened, synchronize, reopened, labeled, unlabeled] + push: + branches: ['ci-rtlmeter/**'] permissions: contents: read @@ -35,7 +37,8 @@ jobs: && vars.ENABLE_SCHEDULED_JOBS == 'true') || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'pr: rtlmeter')) || - (github.event_name == 'workflow_dispatch') + (github.event_name == 'workflow_dispatch') || + (github.event_name == 'push') runs-on: ubuntu-24.04 steps: - name: Startup