From 0070f77471d3ab9dcfef4d79a945c598db27e84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Wo=C5=BAniak?= <17177420+wozniakpl@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:40:59 +0200 Subject: [PATCH] add ci as trigger on push --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23e94d6e..4c5aa10e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - develop - staging + - ci # WIP pull_request: branches: - develop