From 7290fc26a58210183cfbdc92737084905fd17229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Fri, 15 Sep 2023 17:02:01 +0200 Subject: [PATCH] ci: don't test build branch w/o pull request --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 77e8399b3..d0d0da613 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -5,7 +5,7 @@ name: Test Build on: - push: + pull_request: branches: - v*.*.* - build-*