mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Add build and test on pull request open, reopen
This commit is contained in:
parent
d31b66b656
commit
3a93dcd6a7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-and-test.yaml
vendored
2
.github/workflows/build-and-test.yaml
vendored
|
|
@ -2,6 +2,8 @@ name: Build-and-test
|
|||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [ opened, reopened ]
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue