server: tests: change CI workflow trigger

This commit is contained in:
Pierrick HYMBERT 2024-02-21 02:20:44 +01:00
parent 3322bfa980
commit 469af4b4ec

View file

@ -1,13 +1,15 @@
# Server test scenario
name: Server Integration Tests
# FIXME put only necessary triggers
on:
push:
branches:
- master
- test/server-add-ci-test # FIXME remove
paths: ['.github/workflows/server-test.yml', '**/CMakeLists.txt', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', 'examples/server/**.*']
pull_request:
types: [opened, synchronize, reopened]
paths: ['.github/workflows/server-test.yml', '**/CMakeLists.txt', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', 'examples/server/**.*']
jobs:
ubuntu-latest-cmake: