From ae0785f501890c59ef6deb48b9064ae737412d28 Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Tue, 6 Jun 2023 18:12:50 +0200 Subject: [PATCH] CI: run the test workflow also on the release branches - we would see the test results for releases too - we would get our release placeholder final job Signed-off-by: Artem Sidorenko --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a773ce8..ea1323f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,11 @@ on: push: branches: - '*' + pull_request: + types: + - opened + branches: + - master jobs: cookstyle: