From b51f6675482e6f0d71a58d6a021ff46385c0480d Mon Sep 17 00:00:00 2001 From: Konrad Dysput Date: Wed, 29 May 2024 17:53:02 +0200 Subject: [PATCH] use this branch for cicd pipeline --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f5fa7ff6..c9e083fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the "backtrace" branch push: - branches: ["backtrace"] + branches: ["backtrace", "bugfix/cicd"] pull_request: branches: ["backtrace"] schedule: