From 455f0207034951df3040d53a0b70029047bc6bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Mon, 4 Mar 2024 00:29:30 -0500 Subject: [PATCH] .github/workflows: client pull request workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Quentin Guidée --- .github/workflows/client-dev.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/client-dev.yml b/.github/workflows/client-dev.yml index ddb5e5d9..c319338a 100644 --- a/.github/workflows/client-dev.yml +++ b/.github/workflows/client-dev.yml @@ -7,6 +7,12 @@ on: paths: - "client/**" - ".github/workflows/client-dev.yml" + pull_request: + branches: + - main + paths: + - "client/**" + - ".github/workflows/client-dev.yml" jobs: build: