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