From 64bdb863564db3c59ec5237b8a07f00f49cd2a66 Mon Sep 17 00:00:00 2001 From: David Barbet Date: Tue, 7 Jan 2025 14:58:05 -0800 Subject: [PATCH] test --- .github/workflows/backport.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index ee4eceb1f7f93..002d64257a822 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -5,6 +5,9 @@ on: schedule: # once a day at 13:00 UTC to cleanup old runs - cron: '0 13 * * *' + push: + branches: + - 'backport_action_test' permissions: contents: write