Skip to content

Commit

Permalink
Workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 18, 2024
1 parent 8358093 commit 9bcb8c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Server test scenario
name: Server Integration Tests

on: [push, pull_request]
# FIXME put the only necessary
on:
push:
branches:
- master
- test/server-add-ci-test # FIXME remove
paths: ['**/CMakeLists.txt', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', 'examples/server/**.*']

jobs:
ubuntu-latest-cmake:
Expand Down

0 comments on commit 9bcb8c3

Please sign in to comment.