Update integration test workflow to trigger on pull requests

This commit is contained in:
netbrah 2025-11-22 17:50:45 -05:00
parent d5a4f9cf7a
commit d9f6e3c5da

View file

@ -2,7 +2,7 @@ name: Integration Tests
on: on:
push: push:
branches: [ main, dev, copilot/** ] pull_request:
workflow_dispatch: workflow_dispatch:
jobs: jobs: