set branch to run tests to main

This commit is contained in:
2024-10-30 13:02:34 +01:00
parent 1c459ae5d3
commit 409e62b63f

View File

@@ -3,7 +3,7 @@ name: Unit Testing
on:
push:
branches:
- master
- main
pull_request:
# Allows you to run this workflow manually from the Actions tab