Skip to content

Commit 913f05c

Browse files
committed
server: tests: CI
1 parent e8329c8 commit 913f05c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/server.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ name: Server
44
on:
55
workflow_dispatch: # allows manual triggering
66
push:
7+
branches:
8+
- master
9+
- tests/server/passkey-TMP
10+
pull_request:
11+
types: [opened, synchronize, reopened]
712
schedule:
8-
- cron: '00 0 * * *'
13+
- cron: '36 8 * * *'
914

1015
jobs:
1116
server:

0 commit comments

Comments
 (0)