From cac57394fbbe299bba417bd1585b4c44914e5435 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 07:16:32 +0000 Subject: [PATCH] fix: Run build and test workflow on all pull requests Removed the branch restriction from the pull_request trigger in the Build and Test GitHub Actions workflow. This ensures the workflow runs for pull requests targeting any branch, not just main. Co-authored-by: filmil <246576+filmil@users.noreply.github.com> --- .github/workflows/build-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 31e0d5a..617171b 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -4,7 +4,6 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main" ] schedule: - cron: '0 0 1 * *'