Run CI on pushes to main, otherwise on PRs

This commit is contained in:
Karolina Surma
2025-02-25 09:22:23 +01:00
committed by Karolina Surma
parent fa92c916dc
commit c762cc39a9
+2
View File
@@ -1,6 +1,8 @@
name: CI
on:
push:
branches:
- main
pull_request:
jobs:
unit_test: