From 2dae630daf1b50dbdd1f629443587cdf815028a4 Mon Sep 17 00:00:00 2001 From: Louis Singer <41042567+louisinger@users.noreply.github.com> Date: Thu, 23 May 2024 17:54:00 +0200 Subject: [PATCH] Trigger integration tests on PR (#174) --- .github/workflows/ark.integration.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ark.integration.yaml b/.github/workflows/ark.integration.yaml index ce4b850..d20a524 100755 --- a/.github/workflows/ark.integration.yaml +++ b/.github/workflows/ark.integration.yaml @@ -2,6 +2,10 @@ name: ci_integration on: push: + paths: + - "server/**" + branches: [master] + pull_request: branches: - master paths: