Skip to content

Commit 8c2864b

Browse files
authored
Fix CI (#816)
Not longer run CI on windows as dependencies are not ready yet.
1 parent 66c88d2 commit 8c2864b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Main workflow
33
on:
44
pull_request:
55
push:
6+
branches:
7+
- master
68
schedule:
79
# Prime the caches every Monday
810
- cron: 0 1 * * MON
@@ -15,7 +17,6 @@ jobs:
1517
os:
1618
- macos-latest
1719
- ubuntu-latest
18-
- windows-latest
1920
ocaml-compiler:
2021
- "4.14"
2122
- "5.2"

0 commit comments

Comments
 (0)