Skip to content

Commit

Permalink
server: tests: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 2, 2024
1 parent 0c7f5b2 commit 09abe48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:
push:
branches:
- master
paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/tests/**.*']
- tests/server/passkey-TMP
pull_request:
types: [opened, synchronize, reopened]
paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/tests/**.*']
schedule:
- cron: '00 0 * * *'

Expand Down

0 comments on commit 09abe48

Please sign in to comment.