From 060463a4ec195ab806ebd9454a4b81d89ed07a72 Mon Sep 17 00:00:00 2001 From: Antoine Nguyen Date: Thu, 5 May 2022 16:44:25 +0200 Subject: [PATCH] Updated modoboa requirement --- .github/workflows/plugin.yml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/plugin.yml b/.github/workflows/plugin.yml index 541257b..59b5693 100644 --- a/.github/workflows/plugin.yml +++ b/.github/workflows/plugin.yml @@ -7,6 +7,7 @@ on: branches: [ master ] release: branches: [ master ] + types: [ published ] env: POSTGRES_HOST: localhost diff --git a/requirements.txt b/requirements.txt index a051fe7..5db6435 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -modoboa>=1.10.0 +modoboa>=2.0.0 django-webpack-loader