From a00f7985f14ebaed38fbd80bc0b2d114ef205890 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:14:31 -0400 Subject: [PATCH] Allow pull requests on any branch Removed branch restriction for pull requests. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6b74daf..ecf4d782 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ permissions: on: pull_request: - branches: - - master types: - opened - synchronize