From cedd835055094754a9565c1b0b8f06f2bfe9037b Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Tue, 12 Mar 2024 15:36:08 +0100 Subject: [PATCH] t --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5984216..94456a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ master ] + branches: [ master, ttt ] pull_request: branches: [ master ]