Skip to content

Commit 09abe48

Browse files
committed
server: tests: CI
1 parent 0c7f5b2 commit 09abe48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ on:
66
push:
77
branches:
88
- master
9-
paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/tests/**.*']
9+
- tests/server/passkey-TMP
1010
pull_request:
1111
types: [opened, synchronize, reopened]
12-
paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/tests/**.*']
1312
schedule:
1413
- cron: '00 0 * * *'
1514

0 commit comments

Comments
 (0)