From 4a5d082da2486a7efa89be3f7cfe5a9ed9a01b52 Mon Sep 17 00:00:00 2001 From: Victoria <32179813+victoriafomina@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:20:14 +0300 Subject: [PATCH 1/2] Run tests on release branches --- .github/workflows/build-and-run-tests.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-run-tests.yml b/.github/workflows/build-and-run-tests.yml index cf3a598e0b..b3c62a1559 100644 --- a/.github/workflows/build-and-run-tests.yml +++ b/.github/workflows/build-and-run-tests.yml @@ -2,9 +2,13 @@ name: "UTBot Java: build and run tests" on: push: - branches: [main] + branches: + - 'main' + - 'unit-test-bot/r**' pull_request: - branches: [main] + branches: + - 'main' + - 'unit-test-bot/r**' env: REGISTRY: ghcr.io From d68123a2786b818cded9675742eeb12886522629 Mon Sep 17 00:00:00 2001 From: Victoria <32179813+victoriafomina@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:21:25 +0300 Subject: [PATCH 2/2] Publish plugin and CLI: release branches --- .github/workflows/publish-plugin-and-cli.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-plugin-and-cli.yml b/.github/workflows/publish-plugin-and-cli.yml index 9f2a197ec9..0b1ea41ad7 100644 --- a/.github/workflows/publish-plugin-and-cli.yml +++ b/.github/workflows/publish-plugin-and-cli.yml @@ -1,7 +1,9 @@ name: "Plugin and CLI: publish as archives" on: push: - branches: [main] + branches: + - 'main' + - 'unit-test-bot/r**' jobs: publish_plugin_and_cli: