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 3eeff7bca2
commit 2ce540fb3f
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: