We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcc1b1 commit efadeceCopy full SHA for efadece
1 file changed
.github/workflows/main.yml
@@ -3,9 +3,10 @@ name: build
3
on:
4
pull_request:
5
push:
6
+ branches: [master]
7
schedule:
8
# Prime the caches every Monday
- - cron: 0 1 * * MON
9
+ - cron: '0 1 * * MON'
10
11
jobs:
12
build:
@@ -32,7 +33,6 @@ jobs:
32
33
uses: avsm/setup-ocaml@v3
34
with:
35
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- opam-depext-flags: --with-test
36
37
- run: opam install . --deps-only --with-test
38
0 commit comments