From d319e0ef08a8c45594519a6b12d0daf0e43d8da1 Mon Sep 17 00:00:00 2001 From: Ivan Voskoboinyk Date: Sat, 23 Dec 2023 00:52:05 +0200 Subject: [PATCH] Run integration tests on release branch update --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 2f4f885..0244a29 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -4,7 +4,7 @@ on: # rebuild any PRs and main branch changes - cron: '0 12 * * 1' push: branches: - - master + - 'release/*' jobs: build: # make sure build/ci work properly