Update integration test workflow to trigger on pull requests
This commit is contained in:
parent
d5a4f9cf7a
commit
d9f6e3c5da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Integration Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev, copilot/** ]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue