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 9bcb8c3 commit 6914455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- master
- test/server-add-ci-test # FIXME remove
paths: ['**/CMakeLists.txt', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', 'examples/server/**.*']
paths: ['.github/workflows/server-test.yml', '**/CMakeLists.txt', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', 'examples/server/**.*']

jobs:
ubuntu-latest-cmake:
Expand Down

0 comments on commit 6914455

Please sign in to comment.