From 39063802d38ced590a1557c862d153959d545509 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 24 Oct 2023 18:17:16 +0300 Subject: [PATCH] Enable master and develop in ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b67e2a3915..99b111728b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: CI on: push: branches: + - master + - develop - feature/** tags: - '**'