ci: add unit test run for merge to main

this ensures the README badge reflects current main
and not random statuses from Pull Requests

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
Nathan Weinberg 2025-03-12 13:40:40 -04:00
parent a040987f6c
commit 88734c568f

View file

@ -1,6 +1,8 @@
name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch: