Updated pipeline to run testing job on pull requests against main and release
This commit is contained in:
parent
76a1d5b793
commit
a9c0ca243d
|
@ -6,6 +6,10 @@ on:
|
|||
- main
|
||||
- release
|
||||
- testing-pipeline
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- release
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue