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

View file

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