server: test: ci change the GitHub workflow trigger

This commit is contained in:
Pierrick HYMBERT 2024-02-21 18:35:21 +01:00
parent f1d4138c13
commit 600cbeb7eb

View file

@ -2,14 +2,15 @@
name: Server Integration Tests name: Server Integration Tests
on: on:
workflow_dispatch: # allows manual triggering
push: push:
branches: branches:
- master - master
- test/server-add-ci-test # FIXME remove - 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: pull_request:
types: [opened, synchronize, reopened] 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: jobs:
ubuntu-latest-cmake: ubuntu-latest-cmake: