cicd: run tests on ready to review PRs
This commit is contained in:
parent
e783d8848d
commit
30dc31ff53
1 changed files with 5 additions and 0 deletions
5
.github/workflows/CICD.yml
vendored
5
.github/workflows/CICD.yml
vendored
|
|
@ -3,6 +3,11 @@ name: CICD
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
push:
|
||||
branches-ignore:
|
||||
- release/v*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue