We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31c18c commit 319d7a7Copy full SHA for 319d7a7
.github/workflows/ci.yaml
@@ -2,8 +2,9 @@ name: CI
2
on:
3
schedule:
4
- cron: '0 2 * * *'
5
+ pull_request:
6
push:
- branches: [ '*' ]
7
+ branches: [ 'master' ]
8
9
jobs:
10
build_and_benchmark:
0 commit comments