Skip to content

Commit cfe7460

Browse files
committed
ci: always make a clean build
1 parent ca4af7a commit cfe7460

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,8 @@ jobs:
102102
- name: Install dependencies
103103
run: opam exec -- make deps
104104

105-
- name: Clean start on releases
106-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
107-
run: opam exec -- make clean
108-
109105
- name: Build project
110-
run: opam exec -- make build
106+
run: opam exec -- make clean build
111107

112108
- name: Run tests
113109
run: opam exec -- make test

0 commit comments

Comments
 (0)