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
|
# Server test scenario
|
||||||
name: Server Integration Tests
|
name: Server Integration Tests
|
||||||
|
|
||||||
# FIXME put only necessary triggers
|
|
||||||
on:
|
on:
|
||||||
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/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:
|
jobs:
|
||||||
ubuntu-latest-cmake:
|
ubuntu-latest-cmake:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue