From 2350a350fe3f97612c0c0c2b6abdfcb9815b9050 Mon Sep 17 00:00:00 2001 From: ProtoTess <32490978+0x524A@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:11:14 +0000 Subject: [PATCH] ci: configure CI to run on all PRs targeting master branch --- .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 daa9ccb..0b426a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [ master, main, develop ] pull_request: - branches: [ master, main, develop ] + branches: [ master ] concurrency: group: ${{ github.workflow }}-${{ github.ref }}