From 942eefbc1d1aa81e751ee677292486035e54457d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 23 Nov 2024 20:09:31 +0100 Subject: [PATCH] . --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d722588..3d7abb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ name: BuilApp on: push: - branches: [ master ] + branches: [ ci-cd ] pull_request: - branches: [ master ] + branches: [ ci-cd ] workflow_dispatch: jobs: build-frontend: