Skip to content

Commit 319d7a7

Browse files
committed
also run ci on PRs
1 parent b31c18c commit 319d7a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: CI
22
on:
33
schedule:
44
- cron: '0 2 * * *'
5+
pull_request:
56
push:
6-
branches: [ '*' ]
7+
branches: [ 'master' ]
78

89
jobs:
910
build_and_benchmark:

0 commit comments

Comments
 (0)