From 31575fd618288514076c94f6adfd0caeb6e69426 Mon Sep 17 00:00:00 2001 From: Aleksandr Myrnyi Date: Thu, 25 Jun 2026 15:00:25 +0200 Subject: [PATCH 1/2] Ignore pushes to master branch in CI workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed7f4acb..c9516096 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI/CD on: push: + branches-ignore: + - master workflow_call: concurrency: From be706c44376833cb3a0cdbcb8cfd11c872df873a Mon Sep 17 00:00:00 2001 From: Aleksandr Myrnyi Date: Thu, 25 Jun 2026 15:10:52 +0200 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9516096..b9508ea0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: CI/CD on: - push: - branches-ignore: - - master + # push: + # branches-ignore: + # - master workflow_call: concurrency: