server: test: ci change the GitHub workflow trigger
This commit is contained in:
parent
f1d4138c13
commit
600cbeb7eb
1 changed files with 3 additions and 2 deletions
5
.github/workflows/server-test.yml
vendored
5
.github/workflows/server-test.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue