Skip to content

Commit efadece

Browse files
committed
Add a push trigger on main.yml
1 parent dfcc1b1 commit efadece

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: build
33
on:
44
pull_request:
55
push:
6+
branches: [master]
67
schedule:
78
# Prime the caches every Monday
8-
- cron: 0 1 * * MON
9+
- cron: '0 1 * * MON'
910

1011
jobs:
1112
build:
@@ -32,7 +33,6 @@ jobs:
3233
uses: avsm/setup-ocaml@v3
3334
with:
3435
ocaml-compiler: ${{ matrix.ocaml-compiler }}
35-
opam-depext-flags: --with-test
3636

3737
- run: opam install . --deps-only --with-test
3838

0 commit comments

Comments
 (0)