From ab3f002f08f04cd67d63e7e0b5e51593685a1d1e Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Fri, 11 Aug 2023 02:20:50 +0200 Subject: [PATCH] Run Renovate in background --- .github/workflows/test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c3de661..d4fcbcda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,12 +2,16 @@ name: Test cucumber-core on: push: - + branches: + - main + - renovate/** + pull_request: + branches: + - main + workflow_call: schedule: - cron: "0 5 * * *" - workflow_call: - jobs: test: strategy: