Skip to content

Commit db44b61

Browse files
authored
do not run on each push
The master branch is already restricted from pushes so the code can reach the master branch only through a pull requested. We don't want to the same work twice. Also removes (the commented) windows line, we will return it back, once we will have time for that, see also #512
1 parent 5205969 commit db44b61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Main workflow
22

33
on:
4-
- push
54
- pull_request
65

76
jobs:
@@ -12,7 +11,6 @@ jobs:
1211
os:
1312
- ubuntu-latest
1413
- macos-latest
15-
#- windows-latest
1614
ocaml-version:
1715
- 4.09.1
1816
- 4.08.1

0 commit comments

Comments
 (0)