From c4efc2b2bbd51448befa9360133a138bd7015151 Mon Sep 17 00:00:00 2001 From: Piotr Szeremeta Date: Fri, 7 Aug 2026 15:43:09 +0200 Subject: [PATCH] Restrict CI push trigger to main/master, run on pull_request too --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 983039e..367d8f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,8 @@ name: CI on: push: - branches: ["**"] + branches: ["main", "master"] + pull_request: workflow_dispatch: jobs: