Updated pipeline to run testing job on pull requests against main and release

This commit is contained in:
Elijah 2024-01-31 10:55:09 +01:00
parent 76a1d5b793
commit a9c0ca243d
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ on:
- main
- release
- testing-pipeline
pull_request:
branches:
- main
- release
jobs:
test: