server: tests: change CI workflow trigger
This commit is contained in:
parent
3322bfa980
commit
469af4b4ec
1 changed files with 3 additions and 1 deletions
4
.github/workflows/server-test.yml
vendored
4
.github/workflows/server-test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue