From 23cecefd069c13ff7f05843127d952fcc1568355 Mon Sep 17 00:00:00 2001 From: Anton Shepilov Date: Wed, 6 Sep 2023 20:43:41 +0200 Subject: [PATCH] Ldap sync (#186) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🌟Synchronization of the user with LDAP --- .github/workflows/publish-ldap-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-ldap-sync.yml b/.github/workflows/publish-ldap-sync.yml index bfa4ad74..bf0572c5 100644 --- a/.github/workflows/publish-ldap-sync.yml +++ b/.github/workflows/publish-ldap-sync.yml @@ -1,7 +1,7 @@ name: publish-ldap-sync on: - pull_request: + push: branches: [main] paths: - "tdrive/utils/ldap-sync/**"