From 600cbeb7eb27ffb9effbe38be75a1d50c8011b8c Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Wed, 21 Feb 2024 18:35:21 +0100 Subject: [PATCH] server: test: ci change the GitHub workflow trigger --- .github/workflows/server-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index 15dc6d683..be3fbd4dc 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -2,14 +2,15 @@ name: Server Integration Tests on: + workflow_dispatch: # allows manual triggering push: branches: - master - test/server-add-ci-test # FIXME remove - paths: ['.github/workflows/server-test.yml', '**/CMakeLists.txt', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', 'examples/server/**.*'] + paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp'] pull_request: types: [opened, synchronize, reopened] - paths: ['.github/workflows/server-test.yml', '**/CMakeLists.txt', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', 'examples/server/**.*'] + paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp'] jobs: ubuntu-latest-cmake: