From d9f6e3c5da77adc0fe0879d8e0aa0080a78485db Mon Sep 17 00:00:00 2001 From: netbrah Date: Sat, 22 Nov 2025 17:50:45 -0500 Subject: [PATCH] Update integration test workflow to trigger on pull requests --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index c67f27b8..2eed22ae 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -2,7 +2,7 @@ name: Integration Tests on: push: - branches: [ main, dev, copilot/** ] + pull_request: workflow_dispatch: jobs: